mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(LIBXMU): Never define this.
This commit is contained in:
parent
24916110d2
commit
643cf215b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user