From: Karl Heuer Date: Thu, 21 Dec 1995 17:19:05 +0000 (+0000) Subject: (LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU. X-Git-Tag: emacs-19.34~2075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d595ec09e9ce7afc0ba0c8334981d6fe2bb72209;p=emacs.git (LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index b78aaecbb45..64631c9db11 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 /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ #undef LIBX11_SYSTEM