From 8101ff7f95786a83a2018b852f8f4e569a40591d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Apr 1995 00:34:43 +0000 Subject: [PATCH] (LD_SWITCH_X_DEFAULT): New definition. (C_SWITCH_X_DEFAULT): New definition. --- src/s/hpux9.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5