# HG changeset patch # User Richard M. Stallman # Date 882672286 0 # Node ID 29b573be752f840bb0f1a76c7dd9e539a6f387fb # Parent cd2bb777d601f8cd929aaa78088cebe61a7304f3 (LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl. diff -r cd2bb777d601 -r 29b573be752f src/s/sco4.h --- a/src/s/sco4.h Sun Dec 21 02:44:20 1997 +0000 +++ b/src/s/sco4.h Sun Dec 21 02:44:46 1997 +0000 @@ -71,7 +71,12 @@ /* This is safe since we already assumed HAVE_SOCKET if using X windows. */ #undef LIBX11_SYSTEM +/* Motif needs -lintl on some (maybe all) ofthese systems. */ +#if defined (HAVE_LIBINTL) && defined (MOTIF) +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket -lintl +#else #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket +#endif #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ #define HAVE_SOCKETS