mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ecd67c3e87
commit
7111518802
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user