diff options
| author | Karl Heuer | 1995-12-21 17:19:05 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-12-21 17:19:05 +0000 |
| commit | d595ec09e9ce7afc0ba0c8334981d6fe2bb72209 (patch) | |
| tree | 7e7bb612cf3518ea46360055c105d59bfa72b357 /src | |
| parent | 80e203c4f0eb717899ad1df113b913a9f4c0ef92 (diff) | |
| download | emacs-d595ec09e9ce7afc0ba0c8334981d6fe2bb72209.tar.gz emacs-d595ec09e9ce7afc0ba0c8334981d6fe2bb72209.zip | |
(LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 44 | #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 | 44 | #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 |
| 45 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 | 45 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 |
| 46 | 46 | ||
| 47 | #ifndef HAVE_LIBXMU | ||
| 47 | /* HP-UX doesn't supply Xmu. */ | 48 | /* HP-UX doesn't supply Xmu. */ |
| 48 | #define LIBXMU | 49 | #define LIBXMU |
| 49 | 50 | ||
| 50 | /* Unfortunately without libXmu we cannot support EditRes. */ | 51 | /* Unfortunately without libXmu we cannot support EditRes. */ |
| 51 | #define NO_EDITRES | 52 | #define NO_EDITRES |
| 53 | #endif | ||
| 52 | 54 | ||
| 53 | /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ | 55 | /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ |
| 54 | #undef LIBX11_SYSTEM | 56 | #undef LIBX11_SYSTEM |