strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64f333
)
Changed default path to charon for NM frontend.
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 19 Apr 2012 15:23:48 +0000
(17:23 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 3 May 2012 11:57:04 +0000
(13:57 +0200)
src/frontends/gnome/configure.ac
patch
|
blob
|
history
diff --git
a/src/frontends/gnome/configure.ac
b/src/frontends/gnome/configure.ac
index
2fb245d
..
3c8f7a6
100644
(file)
--- 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