]> git.sur5r.net Git - openldap/commitdiff
mark --enable-slapi as experimental
authorKurt Zeilenga <kurt@openldap.org>
Sat, 31 May 2003 02:54:05 +0000 (02:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 31 May 2003 02:54:05 +0000 (02:54 +0000)
configure
configure.in

index 281111522ac1b8c4376d2e0d55e26254bba35b4a..77b4afe51744b2b5af4d91132d201927e8c782c1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.477 2003/05/23 03:27:34 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.478 2003/05/23 04:27:39 kurt Exp  
 
 # Copyright 1998-2003 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -77,7 +77,7 @@ ac_help="$ac_help
 ac_help="$ac_help
     --enable-rlookups    enable reverse lookups of client hostnames [no]"
 ac_help="$ac_help
-    --enable-slapi        enable installation of slapi library [no]"
+    --enable-slapi        enable SLAPI support (experimental) [no]"
 ac_help="$ac_help
     --enable-slp          enable SLPv2 support [no]"
 ac_help="$ac_help
index fc360fabc471124a1ad54216e6ed2d02e8876c3b..515eea81346037f4466a737e05ac92206dce6412 100644 (file)
@@ -180,7 +180,7 @@ dnl OL_ARG_ENABLE(multimaster,[    --enable-multimaster  enable multimaster repl
 ol_enable_multimaster=${ol_enable_multimaster-no}
 OL_ARG_ENABLE(rewrite,[    --enable-rewrite      enable DN rewriting in back-ldap and back-meta], no)dnl
 OL_ARG_ENABLE(rlookups,[    --enable-rlookups    enable reverse lookups of client hostnames], no)dnl
-OL_ARG_ENABLE(slapi,[    --enable-slapi        enable installation of slapi library], no)dnl
+OL_ARG_ENABLE(slapi,[    --enable-slapi        enable SLAPI support (experimental)], no)dnl
 OL_ARG_ENABLE(slp,[    --enable-slp          enable SLPv2 support], no)dnl     
 OL_ARG_ENABLE(wrappers,[    --enable-wrappers    enable tcp wrapper support], no)dnl