From: Gerald Carter Date: Sun, 26 Aug 2001 05:13:49 +0000 (+0000) Subject: fixed typo X-Git-Tag: samba-4.0.0alpha6~801^2~17505 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=76f76c957209b762be6ec013d8d0a8adc78a9de3;p=thirdparty%2Fsamba.git fixed typo (This used to be commit 3b1454691b1164493f1bee58a3d2e5eed0aa898e) --- diff --git a/source3/configure b/source3/configure index 6afed8aaee1..69355994eef 100755 --- a/source3/configure +++ b/source3/configure @@ -29,7 +29,7 @@ ac_help="$ac_help ac_help="$ac_help --with-krb4=base-dir Include Kerberos IV support (default=no)" ac_help="$ac_help - --with-krb5=base-dir Include Kerberos 5 support (defualt=no)" + --with-krb5=base-dir Include Kerberos 5 support (default=no)" ac_help="$ac_help --with-automount Include AUTOMOUNT support (default=no)" ac_help="$ac_help diff --git a/source3/configure.in b/source3/configure.in index 13b43af3826..44f4288a748 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1592,7 +1592,7 @@ AC_ARG_WITH(krb4, # check for Kerberos 5 auth system AC_MSG_CHECKING(whether to use Kerberos 5) AC_ARG_WITH(krb5, -[ --with-krb5=base-dir Include Kerberos 5 support (defualt=no)], +[ --with-krb5=base-dir Include Kerberos 5 support (default=no)], [ case "$withval" in yes) AC_MSG_RESULT(yes)