added EAP-SIM authentication

client side only
  uses an external SIM reader library specified with SIM_READER_LIB
  untested
This commit is contained in:
Martin Willi
2007-03-13 15:01:02 +00:00
parent d2940fd78c
commit b0f24449dd
8 changed files with 6000 additions and 2 deletions
+7
View File
@@ -119,6 +119,13 @@ AC_ARG_ENABLE(
)
AM_CONDITIONAL(USE_LEAK_DETECTIVE, test x$leak_detective = xtrue)
AC_ARG_ENABLE(
[eap-sim],
AS_HELP_STRING([--enable-eap-sim],[build SIM authenication module for EAP (default is NO).]),
eap_sim=true
)
AM_CONDITIONAL(BUILD_EAP_SIM, test x$eap_sim = xtrue)
dnl =========================
dnl check required programs
dnl =========================