From: Howard Chu Date: Fri, 13 Feb 2004 00:25:24 +0000 (+0000) Subject: Fix typos in static overlay config X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~431 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=95c5e54031e188dccb1a93ddf8911732fa742f0a;p=openldap Fix typos in static overlay config --- diff --git a/configure.in b/configure.in index 5f0ac40a8d..a0f0713bdf 100644 --- a/configure.in +++ b/configure.in @@ -815,15 +815,15 @@ else ol_with_sql_module=static if test $ol_with_dyngroup = mod ; then AC_MSG_WARN([building static dyngroup overlay]) - ol_with_dyngroup = yes + ol_with_dyngroup=yes fi if test $ol_with_proxycache = mod ; then AC_MSG_WARN([building static proxycache overlay]) - ol_with_proxycache = yes + ol_with_proxycache=yes fi if test $ol_with_rwm = mod ; then AC_MSG_WARN([building static rwm overlay]) - ol_with_rwm = yes + ol_with_rwm=yes fi fi