diff options
| author | Richard M. Stallman | 1996-06-28 08:06:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-28 08:06:37 +0000 |
| commit | 517697d92b304152326b2eca4fb31b5b15f45d79 (patch) | |
| tree | 38bf76e4b5899f8b1edc8fa52c8986f4d085b14e /src | |
| parent | 0af583eff430597ee9e038d5bd9cec0ccf4c7224 (diff) | |
| download | emacs-517697d92b304152326b2eca4fb31b5b15f45d79.tar.gz emacs-517697d92b304152326b2eca4fb31b5b15f45d79.zip | |
(LIB_MOTIF): New definition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2-5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index e2a158ba31c..a98cf39b27b 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h | |||
| @@ -2,6 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | #include "sol2-4.h" | 3 | #include "sol2-4.h" |
| 4 | 4 | ||
| 5 | /* -lgen is needed for the regex and regcmp functions | ||
| 6 | which are used by Motif. In the future we can try changing | ||
| 7 | regex.c to provide them in Emacs, but this is safer for now. */ | ||
| 8 | #define LIB_MOTIF = -lXm -lgen | ||
| 9 | |||
| 5 | #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ | 10 | #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ |
| 6 | /* Don't use the shared libraries for -lXt and -lXaw, | 11 | /* Don't use the shared libraries for -lXt and -lXaw, |
| 7 | to work around a linker bug in Solaris 2.5. | 12 | to work around a linker bug in Solaris 2.5. |