]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:29 +0000 (02:57 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:29 +0000 (02:57 +0000)
src/configure.in

index eacd5d1632f4488a16bd8bf1d518d4ad0e7aea87..e23dc078be5402e0248ce436423cce301c6e657e 100644 (file)
@@ -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)
This page took 0.026486 seconds and 4 git commands to generate.