Bill Nottingham 918e2e9
commit 7bb977c0e9fcd25bcfefca9e0e9e9c81df5e7153
Bill Nottingham 918e2e9
Author: Geert Janssens <janssens-geert@telenet.be>
Bill Nottingham 918e2e9
Date:   Mon Mar 21 15:10:03 2011 +0000
Bill Nottingham 918e2e9
Bill Nottingham 918e2e9
    [PATCH 3/4] Bug #615168: Remove configure.in check for slib
Bill Nottingham 918e2e9
    
Bill Nottingham 918e2e9
    Gnucash no longer requires slib.
Bill Nottingham 918e2e9
    
Bill Nottingham 918e2e9
    Patch by Andy Wingo.
Bill Nottingham 918e2e9
    
Bill Nottingham 918e2e9
    git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20437 57a11ea4-9604-0410-9ed3-97b8803252fd
Bill Nottingham 918e2e9
Bill Nottingham 918e2e9
diff --git a/configure.ac b/configure.ac
Bill Nottingham 918e2e9
index b781c81..7bd9395 100644
Bill Nottingham 918e2e9
--- a/configure.ac
Bill Nottingham 918e2e9
+++ b/configure.ac
Bill Nottingham 918e2e9
@@ -424,20 +424,6 @@ AM_GUILE_VERSION_CHECK(1.8.0, , [
Bill Nottingham 918e2e9
 
Bill Nottingham 918e2e9
 AS_SCRUB_INCLUDE(CFLAGS)
Bill Nottingham 918e2e9
 
Bill Nottingham 918e2e9
-AC_MSG_CHECKING([for SLIB support])
Bill Nottingham 918e2e9
-if ${GUILE} -c "(use-modules (ice-9 slib)) (require 'printf)" > /dev/null 2>&1
Bill Nottingham 918e2e9
-then
Bill Nottingham 918e2e9
-  AC_MSG_RESULT(yes)
Bill Nottingham 918e2e9
-else
Bill Nottingham 918e2e9
-  AC_MSG_ERROR([
Bill Nottingham 918e2e9
-
Bill Nottingham 918e2e9
-Cannot find SLIB.  Are you sure you have it installed?
Bill Nottingham 918e2e9
-See http://bugzilla.gnome.org/show_bug.cgi?id=347922
Bill Nottingham 918e2e9
-and http://bugzilla.gnome.org/show_bug.cgi?id=483631
Bill Nottingham 918e2e9
-
Bill Nottingham 918e2e9
-])
Bill Nottingham 918e2e9
-fi
Bill Nottingham 918e2e9
-
Bill Nottingham 918e2e9
 ### Check size of long_long - some guile's are broken.
Bill Nottingham 918e2e9
 AC_MSG_CHECKING(if guile long_long is at least as big as gint64)
Bill Nottingham 918e2e9
 GNC_OLDCFLAGS="$CFLAGS"