diff options
| author | Richard M. Stallman | 1997-12-31 04:44:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-12-31 04:44:31 +0000 |
| commit | 92bb366afa2b675c16e05df5fcf0caba50f407f7 (patch) | |
| tree | 437f490157709e042144d563a73dea1fdda281fa /src/s | |
| parent | fcf01ad3f0e69ef90f7aad799bdac7990da3c4d2 (diff) | |
| download | emacs-92bb366afa2b675c16e05df5fcf0caba50f407f7.tar.gz emacs-92bb366afa2b675c16e05df5fcf0caba50f407f7.zip | |
(LIB_MOTIF): Define, if HAVE_LIBINTL.
(LIBX11_SYSTEM): Undo previous change.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sco4.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 33b19d5c802..a450b41cb61 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -71,11 +71,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 71 | /* This is safe since we already assumed HAVE_SOCKET | 71 | /* This is safe since we already assumed HAVE_SOCKET |
| 72 | if using X windows. */ | 72 | if using X windows. */ |
| 73 | #undef LIBX11_SYSTEM | 73 | #undef LIBX11_SYSTEM |
| 74 | /* Motif needs -lintl on some (maybe all) ofthese systems. */ | ||
| 75 | #if defined (HAVE_LIBINTL) && defined (MOTIF) | ||
| 76 | #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket -lintl | ||
| 77 | #else | ||
| 78 | #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket | 74 | #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket |
| 75 | |||
| 76 | /* Motif needs -lintl on some (maybe all) ofthese systems. */ | ||
| 77 | #ifdef HAVE_LIBINTL | ||
| 78 | #define LIB_MOTIF -lXm -lintl | ||
| 79 | #endif | 79 | #endif |
| 80 | 80 | ||
| 81 | #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ | 81 | #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ |