diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-10 16:35:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-10 16:35:33 +0000 |
commit | 2ab4b08383041ede33907ffac51a81f5ee06c9d4 (patch) | |
tree | 35f9d4d091015c7b85530b6658198d2ba2ff54f1 /src/s | |
parent | db5768dd27534ce2294c5bdd9997f24d6096d27f (diff) | |
download | emacs-2ab4b08383041ede33907ffac51a81f5ee06c9d4.tar.gz |
(LIBXMU): Never define this.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/hpux9.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index c622a392b05..a64de765b37 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -44,8 +44,11 @@ #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 -/* HP-UX doesn't supply nor need Xmu. */ +#if 0 +/* HP-UX doesn't supply Xmu, and someone said we don't need it. But + we do seem to need it, with both Athena widgets and Motif. Too bad. */ #define LIBXMU +#endif /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ #undef LIBX11_SYSTEM |