diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2011-10-17 13:43:26 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2011-10-17 13:43:26 +0200 |
commit | 6cd467bc551fe94eada76cf77d4f4e1c20225081 (patch) | |
tree | 868e8363cb9cf8766b1cf4bea12096fbc25dc563 | |
parent | b1b18eadb58295a5c010046283e91bde8bcca5dc (diff) |
autotools: depend on libsynthesis 3.4.0.16.5
Needed for BMC 22881.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8bb9fe57..4a4e24c1 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.4]) +define([SYNTHESIS_MIN_VERSION], [3.4.0.16.5]) # Line above is patched by gen-autotools.sh. Handle # both "yes" and "no". |