From: Richard M. Stallman Date: Wed, 24 Nov 1993 01:03:12 +0000 (+0000) Subject: (LIBX11_SYSTEM): Override the definition. X-Git-Tag: emacs-19.34~10703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec9d0f508c29c7771a963a79b93a7a0cbc9d22c1;p=emacs.git (LIBX11_SYSTEM): Override the definition. --- 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