]> git.sur5r.net Git - openldap/commitdiff
more cleanup
authorKurt Zeilenga <kurt@openldap.org>
Sat, 15 Feb 2003 18:20:37 +0000 (18:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 15 Feb 2003 18:20:37 +0000 (18:20 +0000)
configure
configure.in

index 643a35ceeb606e444bda7ec7fb61054b9c1673c9..09bb8a8626df49b9d0f22e9aa768dbded0d71d45 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.458 2003/02/10 05:36:12 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.459 2003/02/15 16:51:51 kurt Exp  
 
 # Copyright 1998-2003 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -30,7 +30,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --enable-debug         enable debugging [yes]"
 ac_help="$ac_help
-    --enable-dynamic     enable linking built binaries with dynamic libs [no]"
+  --enable-dynamic       enable linking built binaries with dynamic libs [no]"
 ac_help="$ac_help
   --enable-syslog        enable syslog support [auto]"
 ac_help="$ac_help
index cd02cbfa7af53049b9402c40567cb18e5196db39..4d1f40782c9a4c5a765a3332fba970f44d38ef0e 100644 (file)
@@ -131,7 +131,7 @@ AC_SUBST(ldap_subdir)dnl
 dnl ----------------------------------------------------------------
 dnl General "enable" options
 OL_ARG_ENABLE(debug,[  --enable-debug    enable debugging], yes)dnl
-OL_ARG_ENABLE(dynamic,[    --enable-dynamic      enable linking built binaries with dynamic libs], no)dnl
+OL_ARG_ENABLE(dynamic,[  --enable-dynamic        enable linking built binaries with dynamic libs], no)dnl
 OL_ARG_ENABLE(syslog,[  --enable-syslog          enable syslog support], auto)dnl
 OL_ARG_ENABLE(proctitle,[  --enable-proctitle    enable proctitle support], yes)dnl
 dnl OL_ARG_ENABLE(referrals,[  --enable-referrals        enable LDAPv2+ Referrals (experimental)], no)dnl