mediation extension adapted to the naming convention of the current version of the draft. note: the external interface (config, autotools) has not yet been changed

This commit is contained in:
Tobias Brunner
2008-03-26 18:40:19 +00:00
parent 685232670a
commit dc04b7c743
47 changed files with 522 additions and 522 deletions
+4 -4
View File
@@ -453,13 +453,13 @@ AM_CONDITIONAL(USE_MANAGER, test x$manager = xtrue)
AC_ARG_ENABLE(
[p2p],
AS_HELP_STRING([--enable-p2p],[enable peer-to-peer NAT traversal (default is NO).]),
AS_HELP_STRING([--enable-p2p],[enable mediation extensions for IKEv2 (default is NO).]),
[if test x$enableval = xyes; then
p2p=true
AC_DEFINE(P2P)
me=true
AC_DEFINE(ME)
fi]
)
AM_CONDITIONAL(USE_P2P, test x$p2p = xtrue)
AM_CONDITIONAL(USE_ME, test x$me = xtrue)
AC_ARG_ENABLE(
[integrity-test],