diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/frontends/gnome/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontends/gnome/configure.ac b/src/frontends/gnome/configure.ac index 2fb245da3..3c8f7a65a 100644 --- a/src/frontends/gnome/configure.ac +++ b/src/frontends/gnome/configure.ac @@ -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 |