added --with-sim-reader option to configure script

some cleanups in eap_sim
This commit is contained in:
Martin Willi
2007-03-14 15:39:45 +00:00
parent c105696d1c
commit d560c849e3
3 changed files with 36 additions and 27 deletions
+6
View File
@@ -80,6 +80,12 @@ AC_ARG_WITH(
[AC_SUBST(eapdir, "${ipsecdir}/eap")]
)
AC_ARG_WITH(
[sim-reader],
AS_HELP_STRING([--with-sim-reader=library.so],[library containing the sim_run_alg() function for EAP-SIM]),
[AC_DEFINE_UNQUOTED(SIM_READER_LIB, "$withval")]
)
AC_ARG_ENABLE(
[http],
AS_HELP_STRING([--enable-http],[enable OCSP and fetching of Certificates and CRLs over HTTP (default is NO). Requires libcurl.]),