r17329 - gnucash/trunk - Require SWIG 1.3.31 because of the inline keyword in C headers.

Christian Stimming cstim at cvs.gnucash.org
Tue Jul 15 03:39:22 EDT 2008


Author: cstim
Date: 2008-07-15 03:39:21 -0400 (Tue, 15 Jul 2008)
New Revision: 17329
Trac: http://svn.gnucash.org/trac/changeset/17329

Modified:
   gnucash/trunk/configure.in
Log:
Require SWIG 1.3.31 because of the inline keyword in C headers.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2008-07-14 23:54:17 UTC (rev 17328)
+++ gnucash/trunk/configure.in	2008-07-15 07:39:21 UTC (rev 17329)
@@ -181,9 +181,9 @@
 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



More information about the gnucash-changes mailing list