1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fixed spelling typo in Kerberos configure option.

(This used to be commit e8fa4fbf8b)
This commit is contained in:
Tim Potter 1999-04-04 22:58:44 +00:00
parent 51c4b55c5c
commit 06ab791616

View 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)