From 7111518802eb4f258037f748ff7fb72c76752689 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 15 Jul 2008 07:39:21 +0000 Subject: [PATCH] Require SWIG 1.3.31 because of the inline keyword in C headers. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17329 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index cd1037aa72..6d3359c9bd 100644 --- a/configure.in +++ b/configure.in @@ -181,9 +181,9 @@ ${srcdir}/util/gnc-svnversion ${srcdir} >/dev/null 2>&1 if test $? = 0 ; then BUILDING_FROM_SVN=yes - # We need at least version 1.3.28 of SWIG because - # that's when SWIG added %delobject - AC_PROG_SWIG(1.3.28) + # We need at least version 1.3.31 of SWIG because + # that's when SWIG doesn't barf on the "inline" keyword in C headers anymore + AC_PROG_SWIG(1.3.31) else BUILDING_FROM_SVN=no # Make sure we've got swig-runtime.h and gnc-svninfo.h