aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/hpux9.h
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-12-21 17:19:05 +0000
committerKarl Heuer <[email protected]>1995-12-21 17:19:05 +0000
commitd595ec09e9ce7afc0ba0c8334981d6fe2bb72209 (patch)
tree7e7bb612cf3518ea46360055c105d59bfa72b357 /src/s/hpux9.h
parent80e203c4f0eb717899ad1df113b913a9f4c0ef92 (diff)
(LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU.
Diffstat (limited to 'src/s/hpux9.h')
-rw-r--r--src/s/hpux9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index b78aaecbb4..64631c9db1 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -44,11 +44,13 @@
#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
+#ifndef HAVE_LIBXMU
/* HP-UX doesn't supply Xmu. */
#define LIBXMU
/* Unfortunately without libXmu we cannot support EditRes. */
#define NO_EDITRES
+#endif
/* [email protected] says we don't need -lXext in HPUX 9. */
#undef LIBX11_SYSTEM