Mercurial > emacs
changeset 13463:ce7dbe506659
(LIBXMU): Never define this.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Nov 1995 16:35:33 +0000 |
parents | 3096bad240b3 |
children | 65d38521e620 |
files | src/s/hpux9.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux9.h Fri Nov 10 16:33:38 1995 +0000 +++ b/src/s/hpux9.h Fri Nov 10 16:35:33 1995 +0000 @@ -44,8 +44,11 @@ #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 -/* HP-UX doesn't supply nor need Xmu. */ +#if 0 +/* HP-UX doesn't supply Xmu, and someone said we don't need it. But + we do seem to need it, with both Athena widgets and Motif. Too bad. */ #define LIBXMU +#endif /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ #undef LIBX11_SYSTEM