From d595ec09e9ce7afc0ba0c8334981d6fe2bb72209 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:19:05 +0000 Subject: [PATCH] (LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU. --- src/s/hpux9.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2