added ./configure option --with-strongswan-conf=
defaults to /etc/strongswan.conf
This commit is contained in:
@@ -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"]),
|
||||
|
||||
Reference in New Issue
Block a user