Remove kerberos4 enable option

This commit is contained in:
Love Hornquist Astrand
2011-03-15 13:51:46 -07:00
parent 6819c18378
commit 596cb33805

View File

@@ -139,13 +139,6 @@ if test "$enable_kx509" != no ;then
AC_DEFINE([KX509], 1, [Define to enable kx509.]) AC_DEFINE([KX509], 1, [Define to enable kx509.])
fi fi
AC_ARG_ENABLE(krb4,
AS_HELP_STRING([--disable-krb4],
[if you want disable to krb4 support]))
if test "$enable_krb4" != no ;then
AC_DEFINE([KRB4], 1, [Define to enable Kerberos 4.])
fi
dnl Need to test if pkg-config exists dnl Need to test if pkg-config exists
PKG_PROG_PKG_CONFIG PKG_PROG_PKG_CONFIG