summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-11-26 01:57:53 -0800
committerPatrick Ohly <patrick.ohly@intel.com>2013-11-26 17:03:02 +0100
commit47e89b178168f9277d1656b43b00801fa389790e (patch)
tree715408e6136e95294762831392c5cc8d67535930 /configure.ac
parent6a4ab50aee62355c2f5719697a2404a2752f332a (diff)
autotools: fix libsynthesis version dependency
Upstream Synthesis source code has increased the major version number.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a0893b48..78195e2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ SE_CHECK_FOR_STABLE_RELEASE
# Minimum version of libsynthesis as defined in its
# configure script and thus .pc files:
-define([SYNTHESIS_MIN_VERSION], [3.4.0.16.11])
+define([SYNTHESIS_MIN_VERSION], [3.4.0.47.1])
# Line above is patched by gen-autotools.sh. Handle
# both "yes" and "no".