Explorar o código

*** empty log message ***

François Pinard %!s(int64=30) %!d(string=hai) anos
pai
achega
edbcdca0b5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/configure.in

+ 4 - 0
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)