new option `--enable-kaserver-db'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4887 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -73,6 +73,14 @@ if test "$enableval" != no; then
|
|||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(kaserver-db,
|
||||||
|
[ --enable-kaserver-db if you want support for reading kaserver databases in hprop],
|
||||||
|
[
|
||||||
|
if test "$enableval" != "no"; then
|
||||||
|
AC_DEFINE(KASERVER_DB, 1)
|
||||||
|
fi
|
||||||
|
])
|
||||||
|
|
||||||
otp=yes
|
otp=yes
|
||||||
AC_ARG_ENABLE(otp,
|
AC_ARG_ENABLE(otp,
|
||||||
[ --disable-otp if you don't want OTP support],
|
[ --disable-otp if you don't want OTP support],
|
||||||
|
Reference in New Issue
Block a user