r14501 - gnucash/trunk - check for (g-wrap gw-glib-spec) instead of (g-wrap) #347404.

Derek Atkins warlord at cvs.gnucash.org
Sat Jul 15 00:02:03 EDT 2006


Author: warlord
Date: 2006-07-15 00:02:02 -0400 (Sat, 15 Jul 2006)
New Revision: 14501
Trac: http://svn.gnucash.org/trac/changeset/14501

Modified:
   gnucash/trunk/
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
  check for (g-wrap gw-glib-spec) instead of (g-wrap) #347404.




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

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-07-15 01:33:53 UTC (rev 14500)
+++ gnucash/trunk/ChangeLog	2006-07-15 04:02:02 UTC (rev 14501)
@@ -4,6 +4,9 @@
 	* autogen.sh:
 	  make sure that po/POTFILES.in exists so configure doens't complain.
 
+	* configure.in:
+	  check for (g-wrap gw-glib-spec) instead of (g-wrap) #347404.
+
 2006-07-14  Andreas Köhler  <andi5.py at gmx.net>
 
 	* src/gnome/schemas/Makefile.am: Add

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-07-15 01:33:53 UTC (rev 14500)
+++ gnucash/trunk/configure.in	2006-07-15 04:02:02 UTC (rev 14501)
@@ -313,17 +313,17 @@
 
 AS_SCRUB_INCLUDE(CFLAGS)
 
-AC_MSG_CHECKING([for (g-wrap) guile module])
+AC_MSG_CHECKING([for (g-wrap gw-glib-spec) 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
+        ${GUILE} -c "(use-modules (g-wrap gw-glib-spec))" > /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?
+   Cannot find the (g-wrap gw-glib-spec) guile module.
+   Are you sure you have g-wrap installed with glib support?
 
 ])
 fi



More information about the gnucash-changes mailing list