aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-10 16:35:33 +0000
committerRichard M. Stallman1995-11-10 16:35:33 +0000
commit643cf215b2b4569115c5a2c57dbf21a4d262684c (patch)
tree1347e7e3496f753e6d62e88ad7992ad05d21b9e5 /src
parent24916110d20b3d969bd6815bde0ba50da3c587b9 (diff)
downloademacs-643cf215b2b4569115c5a2c57dbf21a4d262684c.tar.gz
emacs-643cf215b2b4569115c5a2c57dbf21a4d262684c.zip
(LIBXMU): Never define this.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9.h5
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 @@
44#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 44#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
45#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 45#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
46 46
47/* HP-UX doesn't supply nor need Xmu. */ 47#if 0
48/* HP-UX doesn't supply Xmu, and someone said we don't need it. But
49 we do seem to need it, with both Athena widgets and Motif. Too bad. */
48#define LIBXMU 50#define LIBXMU
51#endif
49 52
50/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ 53/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */
51#undef LIBX11_SYSTEM 54#undef LIBX11_SYSTEM