mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix typo
This commit is contained in:
parent
8f0dc1a4a3
commit
8f08424455
4
configure
vendored
4
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.451 2002/12/07 18:19:26 ando Exp
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.452 2003/01/02 19:39:00 kurt Exp
|
||||
|
||||
# Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved.
|
||||
#
|
||||
@ -46,7 +46,7 @@ ac_help="$ac_help
|
||||
ac_help="$ac_help
|
||||
--with-cyrus-sasl with Cyrus SASL support [auto]"
|
||||
ac_help="$ac_help
|
||||
--with-fetch with freeBSD fetch URL support [auto]"
|
||||
--with-fetch with fetch(3) URL support [auto]"
|
||||
ac_help="$ac_help
|
||||
--with-kerberos with Kerberos support [auto]"
|
||||
ac_help="$ac_help
|
||||
|
@ -148,7 +148,7 @@ dnl OL_ARG_ENABLE(dmalloc,[ --enable-dmalloc enable debug malloc support], no
|
||||
|
||||
OL_ARG_WITH(cyrus_sasl,[ --with-cyrus-sasl with Cyrus SASL support],
|
||||
auto, [auto yes no] )
|
||||
OL_ARG_WITH(fetch,[ --with-fetch with freeBSD fetch URL support],
|
||||
OL_ARG_WITH(fetch,[ --with-fetch with fetch(3) URL support],
|
||||
auto, [auto yes no] )
|
||||
OL_ARG_WITH(kerberos,[ --with-kerberos with Kerberos support],
|
||||
auto, [auto k5 k5only k425 kth k4 afs yes no])
|
||||
|
Loading…
Reference in New Issue
Block a user