From edbcdca0b537b7281af880d463e1221794b3dd39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:57:29 +0000 Subject: [PATCH] *** empty log message *** --- src/configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/configure.in b/src/configure.in index eacd5d1..e23dc07 100644 --- a/src/configure.in +++ b/src/configure.in @@ -48,4 +48,8 @@ echo checking for HP-UX test -f /hp-ux && test ! -f /vmunix && MALLOC=malloc.o AC_SUBST(MALLOC) AC_XENIX_DIR +echo checking for Solaris libraries +test -f /lib/libsocket.a && LIBS="$LIBS -lsocket" +test -f /lib/libnsl.a && LIBS="$LIBS -lnsl" + AC_OUTPUT(Makefile) -- 2.45.2