From: Richard M. Stallman Date: Sun, 28 Nov 1993 11:30:23 +0000 (+0000) Subject: (LIBS_SYSTEM): Always define this one way or another. X-Git-Tag: emacs-19.34~10648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0952210a1a2f07324e9b055d40d346a15dbfc814;p=emacs.git (LIBS_SYSTEM): Always define this one way or another. Include -lPW in it. --- diff --git a/src/s/sco4.h b/src/s/sco4.h index 86df419ce65..16866059d18 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -79,7 +79,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #ifdef HAVE_SOCKETS -#define LIBS_SYSTEM -lsocket +#define LIBS_SYSTEM -lsocket -lPW /* SCO has gettimeofday in socket library */ /* Autoconf should determine this, but for now, @@ -90,6 +90,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #endif +/* This enables configure to tell that we have alloca. */ +#ifndef LIBS_SYSTEM +#define LIBS_SYSTEM -lPW +#endif + #ifdef HAVE_X11R5 /* configure can't get this right linking fails unless -lsocket is used. */ #undef HAVE_XSCREENNUMBEROFSCREEN