Mercurial > emacs
changeset 13785:67493ecbff07
(LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 21 Dec 1995 17:19:05 +0000 |
parents | a4b779a9b60e |
children | 6e415bb093fe |
files | src/s/hpux9.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux9.h Thu Dec 21 17:18:37 1995 +0000 +++ b/src/s/hpux9.h Thu Dec 21 17:19:05 1995 +0000 @@ -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