Skip to content
Snippets Groups Projects
Commit 8f084244 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo

parent 8f0dc1a4
No related branches found
No related tags found
No related merge requests found
#! /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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment