aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-03-14 15:39:45 +0000
committerMartin Willi <martin@strongswan.org>2007-03-14 15:39:45 +0000
commitd560c849e38ee3ba815a7109b4ae214d9b5583db (patch)
tree8cb1845e17d24489ecc5a9ab881049d48ebd7425 /configure.in
parentc105696d1c7d02f7b0377ac0774a389d0f464269 (diff)
downloadstrongswan-d560c849e38ee3ba815a7109b4ae214d9b5583db.tar.bz2
strongswan-d560c849e38ee3ba815a7109b4ae214d9b5583db.tar.xz
added --with-sim-reader option to configure script
some cleanups in eap_sim
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 812e4d418..aeaf4680c 100644
--- a/configure.in
+++ b/configure.in
@@ -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.]),