Fix typo in prev commit

This commit is contained in:
Howard Chu 2009-01-20 23:15:59 +00:00
parent 274ae9e18a
commit c4f85692e0
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -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 PLAT=NT
SLAPD_MODULES_LDFLAGS= SLAPD_MODULES_LDFLAGS=
else else

View 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 They hurt more than they help.
dnl 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 PLAT=NT
SLAPD_MODULES_LDFLAGS= SLAPD_MODULES_LDFLAGS=
else else