From 296e94464d89b8d9affa0e73ba2d015a475dc88d Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Tue, 2 Jul 2013 13:31:51 +0000 Subject: NO-JIRA: Moved autotools back to using Swig 1.3.26 or higher. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1498934 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 2ced4b7577..049daf64a0 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/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.])], -- cgit v1.2.1