From c4f85692e0b61385bb318292065adff55ae157f4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 20 Jan 2009 23:15:59 +0000 Subject: [PATCH] Fix typo in prev commit --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5