Changed default path to charon for NM frontend.

This commit is contained in:
Tobias Brunner 2012-04-19 17:23:48 +02:00
parent b64f333612
commit 37d9334366
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ AC_SUBST(NM_UTILS_LIBS)
AC_ARG_WITH(
[charon],
AS_HELP_STRING([--with-charon=file],[path to the strongSwan IKEv2 daemon charon"]),
AS_HELP_STRING([--with-charon=file],[path to the strongSwan charon NetworkManager backend"]),
[AC_SUBST(charon, "$withval")],
[AC_SUBST(charon, "${libexecdir}/ipsec/charon")]
[AC_SUBST(charon, "${libexecdir}/ipsec/charon-nm")]
)
NM_COMPILER_WARNINGS