From c596dad1d12bdec9e2c38e7a439612dd4d855a5b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 May 1998 07:45:14 +0000 Subject: [PATCH] fixed typo in socket test --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 478ff1aa..ba0c41ba 100644 --- a/configure.in +++ b/configure.in @@ -109,8 +109,8 @@ case "$LIBS" in esac dnl We can't just call AC_CHECK_FUNCS(connect) here, because the value dnl has been cached. -if test "$ac_cv_lib_socket_connect" = "yes" || test "$ac_cv_lib_inet_connect" = -"yes"; then +if test "$ac_cv_lib_socket_connect" = "yes" || + test "$ac_cv_lib_inet_connect" = "yes"; then ac_cv_func_connect=yes AC_DEFINE(HAVE_CONNECT) fi]) -- 2.34.1