]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:05 +0000 (17:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:05 +0000 (17:19 +0000)
src/s/hpux9.h

index b78aaecbb459258f21f19703f8ede5dab8c75086..64631c9db11a11344e3b143073fab805e9476e65 100644 (file)
 #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