]> git.sur5r.net Git - openldap/commitdiff
sssvlv and seqmod should be off by default
authorHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 15:45:25 +0000 (15:45 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 15:45:25 +0000 (15:45 +0000)
configure.in

index 7fb802dd30e1894046e343023df650cbc7854bcc..b3d66727a1d413a95698b4a29db48f2d7f01d598 100644 (file)
@@ -386,9 +386,9 @@ OL_ARG_ENABLE(retcode,[    --enable-retcode   Return Code testing overlay],
 OL_ARG_ENABLE(rwm,[    --enable-rwm              Rewrite/Remap overlay],
        no, [no yes mod], ol_enable_overlays)
 OL_ARG_ENABLE(seqmod,[    --enable-seqmod        Sequential Modify overlay],
-       yes, [no yes mod], ol_enable_overlays)
+       no, [no yes mod], ol_enable_overlays)
 OL_ARG_ENABLE(sssvlv,[    --enable-sssvlv        ServerSideSort/VLV overlay],
-       yes, [no yes mod], ol_enable_overlays)
+       no, [no yes mod], ol_enable_overlays)
 OL_ARG_ENABLE(syncprov,[    --enable-syncprov    Syncrepl Provider overlay],
        yes, [no yes mod], ol_enable_overlays)
 OL_ARG_ENABLE(translucent,[    --enable-translucent  Translucent Proxy overlay],