]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Tue, 20 Jan 2009 23:15:59 +0000 (23:15 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 20 Jan 2009 23:15:59 +0000 (23:15 +0000)
configure
configure.in

index 29433dcdca424c90e9469f7586a5bdc886bcb6b2..a18a510327a9269d8695ca0c8ff6903098e58a99 100755 (executable)
--- a/configure
+++ b/configure
@@ -38961,7 +38961,7 @@ fi
 
 
 
-if test "$ac_cv_mingw32" = yes -l $ol_cv_msvc = yes ; then
+if test "$ac_cv_mingw32" = yes -o $ol_cv_msvc = yes ; then
        PLAT=NT
        SLAPD_MODULES_LDFLAGS=
 else
index ee1d6462dc5759fdd2fc2ef1f80d6732f920f9c8..b33426b99581bea6bb8702ccd29969da3974be09 100644 (file)
@@ -3051,7 +3051,7 @@ dnl For Windows build, we don't want to include -dlopen flags.
 dnl They hurt more than they help.
 dnl
 
-if test "$ac_cv_mingw32" = yes -l $ol_cv_msvc = yes ; then
+if test "$ac_cv_mingw32" = yes -o $ol_cv_msvc = yes ; then
        PLAT=NT
        SLAPD_MODULES_LDFLAGS=
 else