Skip to content
Snippets Groups Projects
Commit 5ff1430e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

fix typo

parent 49e378af
Branches
Tags
No related merge requests found
#! /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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment