[Gnucash-changes] r14484 - gnucash/trunk - r12822 at cliodev: warlord | 2006-07-11 01:05:15 -0400

Derek Atkins warlord at cvs.gnucash.org
Tue Jul 11 01:07:45 EDT 2006


Author: warlord
Date: 2006-07-11 01:07:45 -0400 (Tue, 11 Jul 2006)
New Revision: 14484
Trac: http://svn.gnucash.org/trac/changeset/14484

Modified:
   gnucash/trunk/
   gnucash/trunk/configure.in
Log:
 r12822 at cliodev:  warlord | 2006-07-11 01:05:15 -0400
 Check for g-wrap compile-time system and bomb out if it's not found.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12820
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12822

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-07-10 23:43:00 UTC (rev 14483)
+++ gnucash/trunk/configure.in	2006-07-11 05:07:45 UTC (rev 14484)
@@ -313,6 +313,21 @@
 
 AS_SCRUB_INCLUDE(CFLAGS)
 
+AC_MSG_CHECKING([for (g-wrap) guile module])
+if LD_LIBRARY_PATH=$G_WRAP_LIB_DIR:$LD_LIBRARY_PATH \
+  GUILE_LOAD_PATH=$G_WRAP_MODULE_DIR \
+        ${GUILE} -c "(use-modules (g-wrap))" > /dev/null 2>&1
+then
+  AC_MSG_RESULT(yes)
+else
+  AC_MSG_ERROR([
+
+   Cannot find the (g-wrap) guile module.
+   Are you sure you have g-wrap installed?
+
+])
+fi
+
 AC_MSG_CHECKING([for (g-wrap gw-standard) guile module])
 if LD_LIBRARY_PATH=$G_WRAP_LIB_DIR:$LD_LIBRARY_PATH \
   GUILE_LOAD_PATH=$G_WRAP_MODULE_DIR \



More information about the gnucash-changes mailing list