diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 2610dfbe0f0..33b19d5c802 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -71,7 +71,12 @@ 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 | ||
| 74 | #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket | 78 | #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket |
| 79 | #endif | ||
| 75 | 80 | ||
| 76 | #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ | 81 | #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ |
| 77 | #define HAVE_SOCKETS | 82 | #define HAVE_SOCKETS |