]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Dec 1995 22:43:24 +0000 (22:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Dec 1995 22:43:24 +0000 (22:43 +0000)
Add options to specify /usr/lib/X11R5 and /usr/include/X11R5.

src/s/hpux9.h

index 64631c9db11a11344e3b143073fab805e9476e65..f6e81cd492e91cb282c400a7c2909d4373f5ef99 100644 (file)
@@ -41,8 +41,8 @@
 /* However, HPUX 9 has Motif includes in a strange place.
    So search that place.  These definitions assume that X11R5 is being
    used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead.  */
-#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
-#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
+#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2
+#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2
 
 #ifndef HAVE_LIBXMU
 /* HP-UX doesn't supply Xmu.  */