ported EAP-AKA branch into trunk

This commit is contained in:
Martin Willi
2007-12-13 10:54:29 +00:00
parent 2a0ba292f2
commit 26e2467692
14 changed files with 1701 additions and 9 deletions
+10 -1
View File
@@ -250,7 +250,16 @@ AC_ARG_ENABLE(
eap_md5=true
fi]
)
AM_CONDITIONAL(BUILD_EAP_MD5, test x$eap_md5 = xtrue)
AM_CONDITIONAL(USE_EAP_MD5, test x$eap_md5 = xtrue)
AC_ARG_ENABLE(
[eap-aka],
AS_HELP_STRING([--enable-eap-aka],[build AKA authentication module for EAP (default is NO).]),
[if test x$enableval = xyes; then
eap_aka=true
fi]
)
AM_CONDITIONAL(USE_EAP_AKA, test x$eap_aka = xtrue)
AC_ARG_ENABLE(
[nat-transport],