From 4e1310c4865df2a63ce49cbe9e4c425ff2e53c2a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 15 Feb 2003 18:20:37 +0000 Subject: [PATCH] more cleanup --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 643a35ceeb..09bb8a8626 100755 --- 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 diff --git a/configure.in b/configure.in index cd02cbfa7a..4d1f40782c 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5