mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Fix typo in prev commit
This commit is contained in:
parent
274ae9e18a
commit
c4f85692e0
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user