diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a7a11d238..0003e1b0f 100644 --- a/configure.in +++ b/configure.in @@ -452,8 +452,8 @@ AC_ARG_ENABLE( AM_CONDITIONAL(USE_MANAGER, test x$manager = xtrue) AC_ARG_ENABLE( - [p2p], - AS_HELP_STRING([--enable-p2p],[enable mediation extensions for IKEv2 (default is NO).]), + [mediation], + AS_HELP_STRING([--enable-mediation],[enable IKEv2 Mediation Extension (default is NO).]), [if test x$enableval = xyes; then me=true AC_DEFINE(ME) |