mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
more cleanup
This commit is contained in:
parent
552a9ab351
commit
4e1310c486
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user