[PATCH 06/13] remove configure.in check for slib
Andy Wingo
wingo at pobox.com
Mon Mar 29 14:56:55 EDT 2010
Gnucash no longer requires slib.
---
configure.in | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/configure.in b/configure.in
index 6fbb660..cf38ea9 100644
--- a/configure.in
+++ b/configure.in
@@ -369,20 +369,6 @@ AM_GUILE_VERSION_CHECK(1.8.0, , [
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"
--
1.6.2.5
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment;
filename=0007-fixup-one-last-simple-format-bit.patch
More information about the gnucash-devel
mailing list