diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 38 | #undef LIB_X11_LIB | 38 | #undef LIB_X11_LIB |
| 39 | #undef C_SWITCH_X_SYSTEM | 39 | #undef C_SWITCH_X_SYSTEM |
| 40 | #undef LD_SWITCH_X_DEFAULT | 40 | #undef LD_SWITCH_X_DEFAULT |
| 41 | /* However, HPUX 9 has Motif includes in a strange place. | ||
| 42 | So search that place. */ | ||
| 43 | #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 | ||
| 44 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 | ||