merged EAP-MD5 into trunk

This commit is contained in:
Martin Willi
2007-12-12 14:29:10 +00:00
parent f9d80d53c3
commit 4b403e7672
5 changed files with 358 additions and 0 deletions
+9
View File
@@ -243,6 +243,15 @@ AC_ARG_ENABLE(
)
AM_CONDITIONAL(USE_EAP_IDENTITY, test x$eap_identity = xtrue)
AC_ARG_ENABLE(
[eap-md5],
AS_HELP_STRING([--enable-eap-md5],[build MD5 (CHAP) authenication module for EAP (default is NO).]),
[if test x$enableval = xyes; then
eap_md5=true
fi]
)
AM_CONDITIONAL(BUILD_EAP_MD5, test x$eap_md5 = xtrue)
AC_ARG_ENABLE(
[nat-transport],
AS_HELP_STRING([--enable-nat-transport],[enable NAT traversal with IPsec transport mode (default is NO).]),