Partial build of reauth code against Heimdal
[mech_eap.git] / configure.ac
index 43ca2ec..e5a351b 100644 (file)
@@ -41,7 +41,7 @@ if test "x$reauth" = "xyes" ; then
   echo "Fast reauthentication protocol enabled"
   TARGET_CFLAGS="$TARGET_CFLAGS -DGSSEAP_ENABLE_REAUTH"
 fi
-AM_CONDITIONAL(GSSEAP_ENABLE_REAUTH, test "$reauth" = "yes")
+AM_CONDITIONAL(GSSEAP_ENABLE_REAUTH, test "x$reauth" != "xno")
 
 AC_SUBST(TARGET_CFLAGS)
 AC_SUBST(TARGET_LDFLAGS)
@@ -49,5 +49,6 @@ AX_CHECK_KRB5
 AX_CHECK_EAP
 AX_CHECK_SHIBSP
 AX_CHECK_SHIBRESOLVER
+AX_CHECK_RADSEC
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT