r20437 - gnucash/trunk - [PATCH 3/4] Bug #615168: Remove configure.in check for slib
Geert Janssens
gjanssens at code.gnucash.org
Mon Mar 21 11:10:04 EDT 2011
Author: gjanssens
Date: 2011-03-21 11:10:03 -0400 (Mon, 21 Mar 2011)
New Revision: 20437
Trac: http://svn.gnucash.org/trac/changeset/20437
Modified:
gnucash/trunk/configure.ac
Log:
[PATCH 3/4] Bug #615168: Remove configure.in check for slib
Gnucash no longer requires slib.
Patch by Andy Wingo.
Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac 2011-03-21 15:09:54 UTC (rev 20436)
+++ gnucash/trunk/configure.ac 2011-03-21 15:10:03 UTC (rev 20437)
@@ -424,20 +424,6 @@
AS_SCRUB_INCLUDE(CFLAGS)
-AC_MSG_CHECKING([for SLIB support])
-if ${GUILE} -c "(use-modules (ice-9 slib)) (require 'printf)" > /dev/null 2>&1
-then
- AC_MSG_RESULT(yes)
-else
- AC_MSG_ERROR([
-
-Cannot find SLIB. Are you sure you have it installed?
-See http://bugzilla.gnome.org/show_bug.cgi?id=347922
-and http://bugzilla.gnome.org/show_bug.cgi?id=483631
-
-])
-fi
-
### Check size of long_long - some guile's are broken.
AC_MSG_CHECKING(if guile long_long is at least as big as gint64)
GNC_OLDCFLAGS="$CFLAGS"
More information about the gnucash-changes
mailing list