summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-07-02 13:31:51 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-07-02 13:31:51 +0000
commit5cad463d23d8be7c8422bbd9e34f76c691f61d0b (patch)
tree7c7272aea5b89a14104f75608ea7a8a762f5230d /cpp
parent7822f98c6212b6b814519e0d135d9106b86d5d9b (diff)
downloadqpid-python-5cad463d23d8be7c8422bbd9e34f76c691f61d0b.tar.gz
NO-JIRA: Moved autotools back to using Swig 1.3.26 or higher.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1498934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 2ced4b7577..049daf64a0 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -151,7 +151,7 @@ AM_CONDITIONAL([HAS_RPMLINT], [test -n "$RPMLINT"])
AC_CHECK_PROG([RUBY], [ruby], [ruby])
# Swig binding generator is needed for the script (Ruby, Python, etc.) bindings.
-AC_PROG_SWIG(1.3.32)
+AC_PROG_SWIG(1.3.26)
test ! -x "$SWIG" && SWIG=""
AC_ARG_WITH([swig],
[AS_HELP_STRING([--with-swig], [Use swig to generate qmf bindings.])],