ossp-pkg/pth/configure.ac 1.11 -> 1.12
--- configure.ac 2003/04/03 18:09:05 1.11
+++ configure.ac 2003/04/15 07:45:35 1.12
@@ -194,7 +194,7 @@
dnl # at least the test programs need some socket stuff
AC_CHECK_LIB(nsl, gethostname)
-if test ".`echo $LIBS | grep nsl`" = . ;then
+if test ".`echo $LIBS | grep nsl`" = .; then
AC_CHECK_LIB(nsl, gethostbyname)
fi
AC_CHECK_LIB(socket, accept)
|
|