aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-15 19:47:21 +0000
committerRichard M. Stallman1996-09-15 19:47:21 +0000
commit024dfb8c484d8b2e0a311f833cc592477f4c796d (patch)
tree9682c8528c68c09f09dfb0f3074bd3197f6d35e8 /src
parent14603e08e2297dfab3c32f8181b346982d291ba6 (diff)
downloademacs-024dfb8c484d8b2e0a311f833cc592477f4c796d.tar.gz
emacs-024dfb8c484d8b2e0a311f833cc592477f4c796d.zip
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
(LD_SWITCH_X_DEFAULT): Add -L/usr/contrib/X11R5/lib.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index 6ad1cf0c423..93ba380460b 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -41,8 +41,10 @@
41/* However, HPUX 9 has Motif includes in a strange place. 41/* However, HPUX 9 has Motif includes in a strange place.
42 So search that place. These definitions assume that X11R5 is being 42 So search that place. These definitions assume that X11R5 is being
43 used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ 43 used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */
44#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 44/* horst@tkm.physik.uni-karlsruhe.de says that the /usr/contrib/... dirs
45#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 45 are needed to find the Xmu and Xaw libraries. */
46#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/contrib/X11R5/include -I/usr/include/Motif1.2
47#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/contrib/X11R5/lib -L/usr/lib/Motif1.2
46 48
47#ifndef HAVE_LIBXMU 49#ifndef HAVE_LIBXMU
48/* HP-UX doesn't supply Xmu. */ 50/* HP-UX doesn't supply Xmu. */