summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>1999-04-04 22:58:44 +0000
committerTim Potter <tpot@samba.org>1999-04-04 22:58:44 +0000
commit06ab7916163fc0c736371b097faf3d1ff3a1e0ab (patch)
treed4b86f33bbe8f2b9c568000edfeea2376680d2a4
parent51c4b55c5c337fd40c519b979a52e5b9458939a4 (diff)
downloadsamba-06ab7916163fc0c736371b097faf3d1ff3a1e0ab.tar.gz
samba-06ab7916163fc0c736371b097faf3d1ff3a1e0ab.tar.bz2
samba-06ab7916163fc0c736371b097faf3d1ff3a1e0ab.zip
Fixed spelling typo in Kerberos configure option.
(This used to be commit e8fa4fbf8b5a0d5c76745f51751e85f2ec462b41)
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ab9fbf3a69..efe2b952d4 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -716,7 +716,7 @@ AC_ARG_WITH(dfs,
AC_MSG_CHECKING(whether to use Kerberos IV)
AC_ARG_WITH(krb4,
[ --with-krb4=base-dir Include Kerberos IV support
- --whithout-krb4 Don't include Kerbers IV support (default)],
+ --without-krb4 Don't include Kerberos IV support (default)],
[ AC_MSG_RESULT(yes)
AC_DEFINE(KRB4_AUTH)
AC_CHECK_LIB(resolv, dn_expand)