diff options
author | Martin Willi <martin@strongswan.org> | 2009-10-15 09:59:06 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-10-15 10:36:17 +0200 |
commit | c4d53fe06ba4f7866689bcc6a2d194effce8fc33 (patch) | |
tree | 3fb4192305b4b5f75e9fd07bf26b1f811d91fc91 /configure.in | |
parent | b76b867c700fc911bae721c2c21e96b15797c80b (diff) | |
download | strongswan-c4d53fe06ba4f7866689bcc6a2d194effce8fc33.tar.bz2 strongswan-c4d53fe06ba4f7866689bcc6a2d194effce8fc33.tar.xz |
Streamlined EAP plugins to use a dash between eap-method, as used in all other places
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4e0419ba0..6bfe9df1b 100644 --- a/configure.in +++ b/configure.in @@ -35,7 +35,6 @@ ARG_WITH_SUBST([resolv-conf], [${sysconfdir}/resolv.conf], [set the file ARG_WITH_SUBST([piddir], [/var/run], [set path for PID and UNIX socket files]) ARG_WITH_SUBST([ipsecdir], [${libexecdir%/}/ipsec], [set installation path for ipsec tools]) ARG_WITH_SUBST([plugindir], [${ipsecdir%/}/plugins], [set the installation path of plugins]) -ARG_WITH_SUBST([sim-reader], [${plugindir%/}/libeapsim-file.so], [set library containing the sim_run_alg()/sim_get_triplet() functions for EAP-SIM]) ARG_WITH_SUBST([nm-ca-dir], [/usr/share/ca-certificates], [directory the NM plugin uses to look up trusted root certificates]) ARG_WITH_SUBST([linux-headers], [\${top_srcdir}/src/include], [set directory of linux header files to use]) ARG_WITH_SUBST([routing-table], [220], [set routing table to use for IPsec routes]) |