From ec9d0f508c29c7771a963a79b93a7a0cbc9d22c1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Nov 1993 01:03:12 +0000 Subject: [PATCH] (LIBX11_SYSTEM): Override the definition. --- src/s/sco4.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s/sco4.h b/src/s/sco4.h index e3a93d90b16..86df419ce65 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 -- 2.39.5