]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_X_DEFAULT): New definition.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 00:34:43 +0000 (00:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 00:34:43 +0000 (00:34 +0000)
(C_SWITCH_X_DEFAULT): New definition.

src/s/hpux9.h

index 18702c63a57a7fa54ab13b54450d38df1640dcf1..ff70944aa4215340ee87a3897017dd1e497c7670 100644 (file)
@@ -38,3 +38,7 @@
 #undef LIB_X11_LIB
 #undef C_SWITCH_X_SYSTEM
 #undef LD_SWITCH_X_DEFAULT
+/* However, HPUX 9 has Motif includes in a strange place.
+   So search that place.  */
+#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
+#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2