You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/07/02 15:31:51 UTC

svn commit: r1498934 - /qpid/trunk/qpid/cpp/configure.ac

Author: mcpierce
Date: Tue Jul  2 13:31:51 2013
New Revision: 1498934

URL: http://svn.apache.org/r1498934
Log:
NO-JIRA: Moved autotools back to using Swig 1.3.26 or higher.

Modified:
    qpid/trunk/qpid/cpp/configure.ac

Modified: qpid/trunk/qpid/cpp/configure.ac
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/configure.ac?rev=1498934&r1=1498933&r2=1498934&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/configure.ac (original)
+++ qpid/trunk/qpid/cpp/configure.ac Tue Jul  2 13:31:51 2013
@@ -151,7 +151,7 @@ AM_CONDITIONAL([HAS_RPMLINT], [test -n "
 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.])],



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org