Index: ossp-pkg/pth/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/pth/configure.ac,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/pth/configure.ac,v' 2>/dev/null --- 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)