Mercurial > emacs
changeset 5203:ff53ad0b94ed
(LIBS_SYSTEM): Always define this one way or another.
Include -lPW in it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Nov 1993 11:30:23 +0000 |
parents | 0580776d4578 |
children | 74fd637f952c |
files | src/s/sco4.h |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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