aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-12-21 02:44:46 +0000
committerRichard M. Stallman1997-12-21 02:44:46 +0000
commitbeffc8bb49c190789b3bc969d11fc90c369608ae (patch)
treeca7990c0fe43af8d49bd8d53bad8852bc5664653 /src
parenta3b81f96df6d1f83e55d26d7b267e093f868af7e (diff)
downloademacs-beffc8bb49c190789b3bc969d11fc90c369608ae.tar.gz
emacs-beffc8bb49c190789b3bc969d11fc90c369608ae.zip
(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
Diffstat (limited to 'src')
-rw-r--r--src/s/sco4.h5
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