diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux10.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index fd5225d1b94..312058c26ff 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -43,5 +43,5 @@ | |||
| 43 | #undef LD_SWITCH_X_DEFAULT | 43 | #undef LD_SWITCH_X_DEFAULT |
| 44 | /* However, HPUX 10 puts Xaw and Xmu in a strange place | 44 | /* However, HPUX 10 puts Xaw and Xmu in a strange place |
| 45 | (if you install them at all). So search that place. */ | 45 | (if you install them at all). So search that place. */ |
| 46 | #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/X11R5/include | 46 | #define C_SWITCH_X_SYSTEM -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include -I/usr/contrib/X11R5/include |
| 47 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib | 47 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib |