]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Fri, 3 Jan 2003 06:03:58 +0000 (06:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 3 Jan 2003 06:03:58 +0000 (06:03 +0000)
configure
configure.in

index 578ea7deeb44574dcb623688e334b40fc5359bdb..c67cc7b7750015ae16fb1b040347239d4f778edf 100755 (executable)
--- 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
index 4ae5aacb9fc990b53337d82ee16152ddadc1bce6..baa380120f374e037d455edf3e4c5113d0e2e3ec 100644 (file)
@@ -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])