Skip to content
Snippets Groups Projects
Commit 7fb0e38e authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

revert double shortcut :)

parent 6fe2750a
No related branches found
No related tags found
No related merge requests found
...@@ -249,8 +249,6 @@ OL_ARG_ENABLE(rwm,[ --enable-rwm Rewrite/Remap overlay no|yes|mod], ...@@ -249,8 +249,6 @@ OL_ARG_ENABLE(rwm,[ --enable-rwm Rewrite/Remap overlay no|yes|mod],
[no yes mod]) [no yes mod])
OL_ARG_ENABLE(unique,[ --enable-unique Attribute Uniqueness overlay no|yes|mod], no, OL_ARG_ENABLE(unique,[ --enable-unique Attribute Uniqueness overlay no|yes|mod], no,
[no yes mod]) [no yes mod])
OL_ARG_ENABLE(overlays,[ --enable-overlays Enable all overlays no|yes|mod (overrides above)], "",
["" no yes mod])
dnl ---------------------------------------------------------------- dnl ----------------------------------------------------------------
...@@ -2635,13 +2633,6 @@ if test "$ol_link_sql" != no ; then ...@@ -2635,13 +2633,6 @@ if test "$ol_link_sql" != no ; then
AC_DEFINE_UNQUOTED(SLAPD_SQL,$MFLAG,[define to support SQL backend]) AC_DEFINE_UNQUOTED(SLAPD_SQL,$MFLAG,[define to support SQL backend])
fi fi
dnl enable all overlays
if test "x$ol_enable_overlays" != "x" ; then
for i in $Overlays; do
eval "ol_enable_$i=$ol_enable_overlays"
done
fi
if test "$ol_enable_chain" != no ; then if test "$ol_enable_chain" != no ; then
BUILD_CHAIN=$ol_enable_chain BUILD_CHAIN=$ol_enable_chain
if test "$ol_enable_chain" = mod ; then if test "$ol_enable_chain" = mod ; then
......
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