[Gnucash-changes] r14019 - gnucash/trunk - * configure.in: add $GUILE_INCS when testing g-wrap

Derek Atkins warlord at cvs.gnucash.org
Wed May 10 23:04:33 EDT 2006


Author: warlord
Date: 2006-05-10 23:04:32 -0400 (Wed, 10 May 2006)
New Revision: 14019
Trac: http://svn.gnucash.org/trac/changeset/14019

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
	* configure.in: add $GUILE_INCS when testing g-wrap



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-11 03:02:55 UTC (rev 14018)
+++ gnucash/trunk/ChangeLog	2006-05-11 03:04:32 UTC (rev 14019)
@@ -3,6 +3,8 @@
 	* src/import-export/qif-io-core/qif-parse.scm:
 	  Same patch as qif-import/qif-parse.scm for guile-1.8.
 
+	* configure.in: add $GUILE_INCS when testing g-wrap
+
 2006-05-10  Christian Stimming <stimming at tuhh.de>
 
 	* accounts/de_AT/*: Added new Austrian German account templates by

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-05-11 03:02:55 UTC (rev 14018)
+++ gnucash/trunk/configure.in	2006-05-11 03:04:32 UTC (rev 14019)
@@ -285,7 +285,7 @@
 AC_GWRAP_CHECK_GUILE($G_WRAP_MODULE_DIR)
 
 save_CPPFLAGS=$CPPFLAGS
-CPPFLAGS="$CPPFLAGS $G_WRAP_COMPILE_ARGS"
+CPPFLAGS="$CPPFLAGS $GUILE_INCS $G_WRAP_COMPILE_ARGS"
 AC_CHECK_HEADER(g-wrap-wct.h,,
 	[AC_MSG_ERROR([
 



More information about the gnucash-changes mailing list