]> git.sur5r.net Git - openldap/commitdiff
Fix typos in static overlay config
authorHoward Chu <hyc@openldap.org>
Fri, 13 Feb 2004 00:25:24 +0000 (00:25 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 13 Feb 2004 00:25:24 +0000 (00:25 +0000)
configure.in

index 5f0ac40a8dc4a767914c157afeabb9b3ebf98683..a0f0713bdf03f16ba6b7f5dd63a0c7a62719f557 100644 (file)
@@ -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