From: Kurt Zeilenga Date: Fri, 3 Jan 2003 06:03:58 +0000 (+0000) Subject: Fix typo X-Git-Tag: NO_SLAP_OP_BLOCKS~622 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f084244552c37a581e091c3a366ee5a7575bbac;p=openldap Fix typo --- diff --git a/configure b/configure index 578ea7deeb..c67cc7b775 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 4ae5aacb9f..baa380120f 100644 --- a/configure.in +++ b/configure.in @@ -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])