added ./configure option --with-strongswan-conf=

defaults to /etc/strongswan.conf
This commit is contained in:
Martin Willi
2008-04-07 06:56:33 +00:00
parent 4071ad1e5b
commit ff867d062e
6 changed files with 11 additions and 5 deletions
+7
View File
@@ -52,6 +52,13 @@ AC_ARG_WITH(
[AC_DEFINE_UNQUOTED(RESOLV_CONF, "${sysconfdir}/resolv.conf")]
)
AC_ARG_WITH(
[strongswan-conf],
AS_HELP_STRING([--with-strongswan-conf=file],[strongswan.conf file other than "sysconfdir/strongswan.conf"]),
[AC_DEFINE_UNQUOTED(STRONGSWAN_CONF, "$withval")],
[AC_DEFINE_UNQUOTED(STRONGSWAN_CONF, "${sysconfdir}/strongswan.conf")]
)
AC_ARG_WITH(
[urandom-device],
AS_HELP_STRING([--with-urandom-device=dev],[set the device for pseudo random data other than "/dev/urandom"]),