*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:57:29 +00:00
parent ae42a7d3a8
commit edbcdca0b5

View 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)