diff options
author | Tim Potter <tpot@samba.org> | 1999-04-04 22:58:44 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 1999-04-04 22:58:44 +0000 |
commit | 06ab7916163fc0c736371b097faf3d1ff3a1e0ab (patch) | |
tree | d4b86f33bbe8f2b9c568000edfeea2376680d2a4 /source3 | |
parent | 51c4b55c5c337fd40c519b979a52e5b9458939a4 (diff) | |
download | samba-06ab7916163fc0c736371b097faf3d1ff3a1e0ab.tar.gz samba-06ab7916163fc0c736371b097faf3d1ff3a1e0ab.tar.bz2 samba-06ab7916163fc0c736371b097faf3d1ff3a1e0ab.zip |
Fixed spelling typo in Kerberos configure option.
(This used to be commit e8fa4fbf8b5a0d5c76745f51751e85f2ec462b41)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
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) |