aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-03 21:22:35 +0000
committerGerd Moellmann2000-01-03 21:22:35 +0000
commit44cd3ae58d6d404ba8e48736024a45030bd3f8c2 (patch)
treeadf66f1a28b60e4522babef921e625e3378fa65b /src
parentea4fa0af4b3d0f1904fb3f19516343b6322f8e9c (diff)
downloademacs-44cd3ae58d6d404ba8e48736024a45030bd3f8c2.tar.gz
emacs-44cd3ae58d6d404ba8e48736024a45030bd3f8c2.zip
(NO_EDITRES): Define even if HAVE_LIBXMU.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/s/hpux9.h6
2 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1b7c0a9de2..c096c0a8870 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-01-03 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
4 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
5
6 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
7
12000-01-03 Eli Zaretskii <eliz@is.elta.co.il> 82000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No 10 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index e2423afd055..d73d3b7ce8d 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -50,10 +50,12 @@
50/* HP-UX doesn't supply Xmu. */ 50/* HP-UX doesn't supply Xmu. */
51#define LIBXMU 51#define LIBXMU
52 52
53/* Unfortunately without libXmu we cannot support EditRes. */
54#define NO_EDITRES
55#endif 53#endif
56 54
55/* Assar Westerlund <assar@sics.se> says this is necessary for
56 HP-UX 10.20, and that it works for HP-UX 0 as well. */
57#define NO_EDITRES
58
57/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ 59/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */
58#undef LIBX11_SYSTEM 60#undef LIBX11_SYSTEM
59 61