define automake PKINIT variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-27 00:00:11 +00:00
parent f024392e81
commit 8bb30d3ce8

View File

@@ -70,6 +70,8 @@ AC_ARG_ENABLE(pk-init,
if test "$enable_pk_init" = yes ;then
AC_DEFINE([PKINIT], 1, [Define to enable PKINIT.])
fi
AM_CONDITIONAL(PKINIT, test "$enable_pk_init" = yes)
rk_TEST_PACKAGE(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena, KRB4, krb4-config)