From 5ff1430ef128682681f8c528cfeb90ee54941615 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 8 Apr 2004 02:48:38 +0000 Subject: [PATCH] fix typo --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2