From: Richard M. Stallman Date: Fri, 10 Nov 1995 16:35:33 +0000 (+0000) Subject: (LIBXMU): Never define this. X-Git-Tag: emacs-19.34~2397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=643cf215b2b4569115c5a2c57dbf21a4d262684c;p=emacs.git (LIBXMU): Never define this. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index c622a392b05..a64de765b37 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -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