mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix typo in prev commit
This commit is contained in:
parent
274ae9e18a
commit
c4f85692e0
2 changed files with 2 additions and 2 deletions
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 a new issue