]> git.sur5r.net Git - openldap/commitdiff
ITS#6102,6078 regenerate
authorHoward Chu <hyc@openldap.org>
Sun, 10 May 2009 09:55:30 +0000 (09:55 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 10 May 2009 09:55:30 +0000 (09:55 +0000)
configure

index 1897f27e7bfa8c45da24e1e109fea61eb09e135c..3a2150a12a329abb7e73aec9b6ac8829404b0680 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.693 2009/01/26 08:41:31 hyc Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.697 2009/05/10 07:52:00 hyc Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -15338,7 +15338,7 @@ fi
 
 fi
 
-if test $ol_cv_msvc ; then
+if test $ol_cv_msvc = yes ; then
    ol_cv_winsock=yes
 fi
 
@@ -15351,7 +15351,7 @@ else
 
        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
                cat >conftest.$ac_ext <<_ACEOF