From: Howard Chu Date: Tue, 20 Jan 2009 23:15:59 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: ACLCHECK_0~982 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c4f85692e0b61385bb318292065adff55ae157f4;p=openldap Fix typo in prev commit --- diff --git a/configure b/configure index 29433dcdca..a18a510327 100755 --- 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 diff --git a/configure.in b/configure.in index ee1d6462dc..b33426b995 100644 --- a/configure.in +++ b/configure.in @@ -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