From 06ab7916163fc0c736371b097faf3d1ff3a1e0ab Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 4 Apr 1999 22:58:44 +0000 Subject: Fixed spelling typo in Kerberos configure option. (This used to be commit e8fa4fbf8b5a0d5c76745f51751e85f2ec462b41) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit