# HG changeset patch # User Richard M. Stallman # Date 820190604 0 # Node ID 3155d4b9046f4c535674bb32765aa6e758acdcf4 # Parent 4888716715e03f7aaaae268f2f8d531c445ac386 (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): Add options to specify /usr/lib/X11R5 and /usr/include/X11R5. diff -r 4888716715e0 -r 3155d4b9046f src/s/hpux9.h --- a/src/s/hpux9.h Thu Dec 28 19:24:16 1995 +0000 +++ b/src/s/hpux9.h Thu Dec 28 22:43:24 1995 +0000 @@ -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. */