X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configure.in;h=bde0b0ba4a7a750a5b7c0dfb66be86a4f509da44;hb=b50f9c7aa943375c185007efbf27ab6e6ead9d06;hp=259dff7cb83fd1ffd25ff98cb3ac07499e60b3fe;hpb=85b47ab0e7b9f6e63ca1b632bb88c069211604a2;p=openldap diff --git a/configure.in b/configure.in index 259dff7cb8..bde0b0ba4a 100644 --- a/configure.in +++ b/configure.in @@ -879,7 +879,7 @@ if test $ac_cv_func_sigaction = no && test $ac_cv_func_sigaction = no ; then AC_CHECK_LIB(V3, sigset) fi -if test $ol_cv_msvc ; then +if test $ol_cv_msvc = yes ; then ol_cv_winsock=yes fi @@ -890,7 +890,7 @@ if test "$ac_cv_header_winsock_h" = yes; then AC_CACHE_CHECK([for winsock], [ol_cv_winsock],[ save_LIBS="$LIBS" for curlib in none ws2_32 wsock32; do - if test curlib != none ; then + if test $curlib != none ; then LIBS="$save_LIBS -l$curlib" fi AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include @@ -2480,7 +2480,6 @@ AC_CHECK_FUNCS( \ seteuid \ signal \ strdup \ - strnlen \ strpbrk \ strrchr \ strsep \