mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Add #undef's to cancel hpux8.h's definitions.
This commit is contained in:
parent
ec321cadaa
commit
0dee0e2d65
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue