diff options
| author | Richard M. Stallman | 1995-12-28 22:43:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-28 22:43:24 +0000 |
| commit | e163fa7b852550ba64d0c206844288d4af354ac9 (patch) | |
| tree | a32eb8d5b88552a5272bedb2945c3b0facb36310 /src | |
| parent | 6f4983e6e6f76560357363c86f6fbbc208b0a363 (diff) | |
| download | emacs-e163fa7b852550ba64d0c206844288d4af354ac9.tar.gz emacs-e163fa7b852550ba64d0c206844288d4af354ac9.zip | |
(C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Add options to specify /usr/lib/X11R5 and /usr/include/X11R5.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 64631c9db11..f6e81cd492e 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -41,8 +41,8 @@ | |||
| 41 | /* However, HPUX 9 has Motif includes in a strange place. | 41 | /* However, HPUX 9 has Motif includes in a strange place. |
| 42 | So search that place. These definitions assume that X11R5 is being | 42 | So search that place. These definitions assume that X11R5 is being |
| 43 | used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ | 43 | used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ |
| 44 | #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 | 44 | #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 |
| 45 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 | 45 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 |
| 46 | 46 | ||
| 47 | #ifndef HAVE_LIBXMU | 47 | #ifndef HAVE_LIBXMU |
| 48 | /* HP-UX doesn't supply Xmu. */ | 48 | /* HP-UX doesn't supply Xmu. */ |