# HG changeset patch # User Richard M. Stallman # Date 754486223 0 # Node ID ff53ad0b94edaee53722dc1d3932518f39c1814b # Parent 0580776d457839228423671213cd6d98eb3deeaf (LIBS_SYSTEM): Always define this one way or another. Include -lPW in it. diff -r 0580776d4578 -r ff53ad0b94ed src/s/sco4.h --- a/src/s/sco4.h Sat Nov 27 19:37:46 1993 +0000 +++ b/src/s/sco4.h Sun Nov 28 11:30:23 1993 +0000 @@ -79,7 +79,7 @@ #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 @@ #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