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
This commit is contained in:
Christian Stimming 2008-07-15 07:39:21 +00:00
parent ecd67c3e87
commit 7111518802

View File

@ -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