diff options
| author | Richard M. Stallman | 1995-11-21 23:35:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-21 23:35:25 +0000 |
| commit | c7ce28cedd2c3ce0dd4f7551e45532a20036b824 (patch) | |
| tree | 4c7e3f3a747f94273cbcc6ed04d344388eeeddb8 /src/s/gnu-linux.h | |
| parent | f3400cf9664f2b68dafa05d0aefcfc1007fc4351 (diff) | |
| download | emacs-c7ce28cedd2c3ce0dd4f7551e45532a20036b824.tar.gz emacs-c7ce28cedd2c3ce0dd4f7551e45532a20036b824.zip | |
(LIB_MOTIF): New definition.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 8d2278ec7e1..fc07bc7d3f9 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -224,6 +224,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 224 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE | 224 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE |
| 225 | #endif | 225 | #endif |
| 226 | 226 | ||
| 227 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ | ||
| 228 | #define LIB_MOTIF -lXm -lXpm | ||
| 229 | |||
| 227 | #define HAVE_SYSVIPC | 230 | #define HAVE_SYSVIPC |
| 228 | 231 | ||
| 229 | #ifdef __ELF__ | 232 | #ifdef __ELF__ |