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