Fixed spelling typo in Kerberos configure option.
authorTim Potter <tpot@samba.org>
Sun, 4 Apr 1999 22:58:44 +0000 (22:58 +0000)
committerTim Potter <tpot@samba.org>
Sun, 4 Apr 1999 22:58:44 +0000 (22:58 +0000)
(This used to be commit e8fa4fbf8b5a0d5c76745f51751e85f2ec462b41)

source3/configure.in

index ab9fbf3a69baf16bde0e9b33248d8b44f6da3802..efe2b952d4bb3c3e9f6e4bff7e44273805c94687 100644 (file)
@@ -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)