From: François Pinard Date: Wed, 16 Nov 1994 02:57:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=edbcdca0b537b7281af880d463e1221794b3dd39;hp=ae42a7d3a8b95bd8843adb0c7c9623ff2daefce0;p=chaz%2Ftar *** empty log message *** --- 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)