From: Richard M. Stallman Date: Mon, 10 Apr 1995 00:34:43 +0000 (+0000) Subject: (LD_SWITCH_X_DEFAULT): New definition. X-Git-Tag: emacs-19.34~4520 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8101ff7f95786a83a2018b852f8f4e569a40591d;p=emacs.git (LD_SWITCH_X_DEFAULT): New definition. (C_SWITCH_X_DEFAULT): New definition. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 18702c63a57..ff70944aa42 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -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