Skip to content
Snippets Groups Projects
Commit 95c5e540 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typos in static overlay config

parent 5d0f6e75
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment