diff options
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. */ |