summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Lucina <martin@lucina.net>2011-11-09 15:39:33 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-11-09 15:39:33 +0100
commit27524908c17b7db965f8aaa2bde513643378e372 (patch)
treee62ca769d16f9d052d3cb5a1d184533482699f1b /configure.in
parentc79abee6bcaa996f50be71bd1d3075e3affb469d (diff)
Set libzmq ABI version to 3
libzmq master (3.1) is not ABI compatible with libzmq 2.1.x or 3.0 (removed functionality), hence the ABI version needs to be set to 3. Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 86147ea..9006f03 100644
--- a/configure.in
+++ b/configure.in
@@ -25,11 +25,13 @@ AC_SUBST(PACKAGE_VERSION)
#
# Changes:
#
-# ZeroMQ versions prior to 2.1.0 use 0.0.0 ("unstable")
-# ZeroMQ version 2.1.0: 1:0:0
+# ZeroMQ versions prior to 2.1.0 use 0:0:0 (undefined)
+# ZeroMQ versions 2.1.x: 1:0:0 (ABI version 1)
+# ZeroMQ version 3.0: 2:0:0 (ABI version 2)
+# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
#
# libzmq -version-info current:revision:age
-LTVER="1:0:0"
+LTVER="3:0:0"
AC_SUBST(LTVER)
# Take a copy of original flags