aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-24 01:03:12 +0000
committerRichard M. Stallman <[email protected]>1993-11-24 01:03:12 +0000
commitec9d0f508c29c7771a963a79b93a7a0cbc9d22c1 (patch)
tree6c61a650266ccba57085148b4292f10136038bae
parentd462ff97d526ca39790394c8fff147de44e2b783 (diff)
(LIBX11_SYSTEM): Override the definition.
-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 e3a93d90b1..86df419ce6 100644
--- a/src/s/sco4.h
+++ b/src/s/sco4.h
@@ -69,6 +69,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define HAVE_SOCKETS
#endif
+/* This is safe since we already assumed HAVE_SOCKET
+ if using X windows. */
+#undef LIBX11_SYSTEM
+#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
+
#ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */
#define HAVE_SOCKETS
#endif