mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
fixed the strongswan.conf path
This commit is contained in:
parent
eaa1399812
commit
8cc16c9d9e
@ -48,15 +48,15 @@ AC_ARG_WITH(
|
|||||||
AC_ARG_WITH(
|
AC_ARG_WITH(
|
||||||
[resolv-conf],
|
[resolv-conf],
|
||||||
AS_HELP_STRING([--with-resolv-conf=file],[set the file to store DNS server information other than "sysconfdir/resolv.conf"]),
|
AS_HELP_STRING([--with-resolv-conf=file],[set the file to store DNS server information other than "sysconfdir/resolv.conf"]),
|
||||||
[AC_DEFINE_UNQUOTED(RESOLV_CONF, "$withval")],
|
[AC_SUBST(resolv_conf, "$withval")],
|
||||||
[AC_DEFINE_UNQUOTED(RESOLV_CONF, "${sysconfdir}/resolv.conf")]
|
[AC_SUBST(resolv_conf, "${sysconfdir}/resolv.conf")]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_WITH(
|
AC_ARG_WITH(
|
||||||
[strongswan-conf],
|
[strongswan-conf],
|
||||||
AS_HELP_STRING([--with-strongswan-conf=file],[strongswan.conf file other than "sysconfdir/strongswan.conf"]),
|
AS_HELP_STRING([--with-strongswan-conf=file],[strongswan.conf file other than "sysconfdir/strongswan.conf"]),
|
||||||
[AC_DEFINE_UNQUOTED(STRONGSWAN_CONF, "$withval")],
|
[AC_SUBST(strongswan_conf, "$withval")],
|
||||||
[AC_DEFINE_UNQUOTED(STRONGSWAN_CONF, "${sysconfdir}/strongswan.conf")]
|
[AC_SUBST(strongswan_conf, "${sysconfdir}/strongswan.conf")]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_WITH(
|
AC_ARG_WITH(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user