From: Richard M. Stallman Date: Sat, 18 Feb 1995 09:07:07 +0000 (+0000) Subject: (LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): X-Git-Tag: emacs-19.34~5078 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dee0e2d65c84b773511679fb802d09efd227d3d;p=emacs.git (LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): Add #undef's to cancel hpux8.h's definitions. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 32c9ae8fb35..18702c63a57 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -28,3 +28,13 @@ #define HAVE_TERMIOS #define NO_TERMIO #endif + +/* According to ngorelic@speclab.cr.usgs.gov, + references to the X11R4 directoriess in these variables + (inherited from hpux8.h) + cause the wrong libraries to be found, + and the options to specify the X11R5 directories are unnecessary + since the R5 files are found without them. */ +#undef LIB_X11_LIB +#undef C_SWITCH_X_SYSTEM +#undef LD_SWITCH_X_DEFAULT