]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 02:48:38 +0000 (02:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 02:48:38 +0000 (02:48 +0000)
configure
configure.in

index 1d6ecdd05b53f04889180e5e0daf20483dd235b9..795bc56bf83b077b045a525ab0eaefa63d5ed702 100755 (executable)
--- 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 <http://www.openldap.org/>.
 #
@@ -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
index 6df32a2e82d9a932d955bf6b50cb96a50d97e451..90eb0cef43c4770b2c6e9de6dca750047ba9146f 100644 (file)
@@ -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