aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-23 10:49:38 +0200
committerMartin Willi <martin@strongswan.org>2009-09-23 10:50:00 +0200
commite20b7921081e380b2bb1c94e83aa043600d7bc88 (patch)
tree904735a4bd6513fa9254e68f233b785ea424ecba /configure.in
parent677322b1bf74816238563991e80bff547da7ca1e (diff)
downloadstrongswan-e20b7921081e380b2bb1c94e83aa043600d7bc88.tar.bz2
strongswan-e20b7921081e380b2bb1c94e83aa043600d7bc88.tar.xz
Correctly handle --enable-mediation option
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 101149316..ec2ab1d61 100644
--- a/configure.in
+++ b/configure.in
@@ -711,7 +711,7 @@ AM_CONDITIONAL(USE_XAUTH_VID, test x$xauth_vid = xtrue)
AM_CONDITIONAL(USE_DUMM, test x$dumm = xtrue)
AM_CONDITIONAL(USE_FAST, test x$fast = xtrue)
AM_CONDITIONAL(USE_MANAGER, test x$manager = xtrue)
-AM_CONDITIONAL(USE_ME, test x$me = xtrue)
+AM_CONDITIONAL(USE_ME, test x$mediation = xtrue)
AM_CONDITIONAL(USE_INTEGRITY_TEST, test x$integrity_test = xtrue)
AM_CONDITIONAL(USE_CAPABILITIES, test x$capabilities = xlibcap)
AM_CONDITIONAL(USE_PLUTO, test x$pluto = xtrue)