diff options
| author | Kenichi Handa | 2000-11-11 00:31:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-11-11 00:31:37 +0000 |
| commit | 050c9c68496e68053cd77dcccd527ff1c6d57db3 (patch) | |
| tree | 5616a3db84ec94e681be5839e978ba430a7dae2a /src | |
| parent | 1729bb9a0e351b1670b19c632229f73b803d07b5 (diff) | |
| download | emacs-050c9c68496e68053cd77dcccd527ff1c6d57db3.tar.gz emacs-050c9c68496e68053cd77dcccd527ff1c6d57db3.zip | |
(C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
-I/usr/contrib/X11R6/include.
(LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
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 |