merged EAP-MD5 into trunk
This commit is contained in:
@@ -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).]),
|
||||
|
||||
Reference in New Issue
Block a user