From: Kurt Zeilenga Date: Thu, 8 Apr 2004 02:48:38 +0000 (+0000) Subject: fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~93 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ff1430ef128682681f8c528cfeb90ee54941615;p=openldap fix typo --- diff --git a/configure b/configure index 1d6ecdd05b..795bc56bf8 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.522 2004/04/07 04:26:03 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.524 2004/04/08 00:43:04 kurt Exp # This work is part of OpenLDAP Software . # @@ -24006,7 +24006,7 @@ EOF fi -if test "$ol_enable_rwm " != no ; then +if test "$ol_enable_rwm" != no ; then BUILD_REWRITE=yes BUILD_RWM=$ol_enable_rwm if test "$ol_enable_rwm" = mod ; then diff --git a/configure.in b/configure.in index 6df32a2e82..90eb0cef43 100644 --- a/configure.in +++ b/configure.in @@ -2847,7 +2847,7 @@ if test "$ol_enable_proxycache" != no ; then AC_DEFINE_UNQUOTED(SLAPD_OVER_PROXYCACHE,$MFLAG,[define for Proxy Cache overlay]) fi -if test "$ol_enable_rwm " != no ; then +if test "$ol_enable_rwm" != no ; then BUILD_REWRITE=yes BUILD_RWM=$ol_enable_rwm if test "$ol_enable_rwm" = mod ; then