Mercurial > emacs
changeset 27121:a1daedc19c52
(NO_EDITRES): Define even if HAVE_LIBXMU.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 03 Jan 2000 21:21:17 +0000 |
parents | 24a08208cf3a |
children | a0d3c60215f8 |
files | src/s/hpux9.h |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux9.h Mon Jan 03 21:20:37 2000 +0000 +++ b/src/s/hpux9.h Mon Jan 03 21:21:17 2000 +0000 @@ -50,9 +50,11 @@ /* HP-UX doesn't supply Xmu. */ #define LIBXMU -/* Unfortunately without libXmu we cannot support EditRes. */ +#endif + +/* Assar Westerlund <assar@sics.se> says this is necessary for + HP-UX 10.20, and that it works for HP-UX 0 as well. */ #define NO_EDITRES -#endif /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ #undef LIBX11_SYSTEM