always include kaserver support

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10216 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-07-02 17:56:07 +00:00
parent 2b67390d1d
commit c7685a0ac1

View File

@@ -187,29 +187,6 @@ fi
AC_SUBST(dpagaix_CFLAGS)
AC_SUBST(dpagaix_LDADD)
AC_ARG_ENABLE(kaserver,
[ --enable-kaserver if you want the KDC to try to emulate a kaserver])
if test "$enable_kaserver" = yes; then
AC_DEFINE(KASERVER, 1,
[Define if you want to use the KDC as a kaserver.])
if test "$with_krb4" = "no"; then
AC_MSG_ERROR(kaserver requires krb4)
exit 1
fi
fi
AC_ARG_ENABLE(kaserver-db,
[ --enable-kaserver-db if you want support for reading kaserver databases in hprop])
if test "$enable_kaserver_db" = yes; then
AC_DEFINE(KASERVER_DB, 1,
[Define if you want support in hprop for reading kaserver databases])
if test "$with_krb4" = "no"; then
AC_MSG_ERROR(kaserver-db requires krb4)
exit 1
fi
fi
otp=yes
AC_ARG_ENABLE(otp,
[ --disable-otp if you don't want OTP support],