comparison src/s/sco4.h @ 20503:29b573be752f

(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Dec 1997 02:44:46 +0000
parents b273c3f7118a
children 4ffe5887d8c6
comparison
equal deleted inserted replaced
20502:cd2bb777d601 20503:29b573be752f
69 #endif 69 #endif
70 70
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
78 #endif 83 #endif
79 84