aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-23 11:13:27 +0200
committerMartin Willi <martin@strongswan.org>2009-09-23 11:13:27 +0200
commita7f79ee9c1e7a12519f39a78e6fe4ab4f1274c27 (patch)
treef962a15e1071184dd57e49ba508fb45b4ad2d642 /configure.in
parente20b7921081e380b2bb1c94e83aa043600d7bc88 (diff)
downloadstrongswan-a7f79ee9c1e7a12519f39a78e6fe4ab4f1274c27.tar.bz2
strongswan-a7f79ee9c1e7a12519f39a78e6fe4ab4f1274c27.tar.xz
Define ME for all charon plugins
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index ec2ab1d61..2b0f9a81b 100644
--- a/configure.in
+++ b/configure.in
@@ -216,12 +216,12 @@ if test x$manager = xtrue; then
fi
if test x$medsrv = xtrue; then
- me=true
+ mediation=true
fast=true
fi
if test x$medcli = xtrue; then
- me=true
+ mediation=true
fi
dnl ===========================================
@@ -727,7 +727,7 @@ dnl ==============================
dnl set global definitions
dnl ==============================
-if test x$me = xtrue; then
+if test x$mediation = xtrue; then
AC_DEFINE(ME)
fi
if test x$capabilities = xlibcap; then