Bill Nottingham 918e2e9
diff -up gnucash-2.4.5/configure.ac.foo gnucash-2.4.5/configure.ac
Bill Nottingham 918e2e9
--- gnucash-2.4.5/configure.ac.foo	2011-05-13 15:44:58.656686463 -0400
Bill Nottingham 918e2e9
+++ gnucash-2.4.5/configure.ac	2011-05-13 15:46:31.353686496 -0400
Bill Nottingham 918e2e9
@@ -393,12 +393,13 @@ fi
Bill Nottingham 918e2e9
 GUILE_LIBS=""
Bill Nottingham 918e2e9
 
Bill Nottingham 918e2e9
 # Look up GUILE_CFLAGS and GUILE_LIBS, and version check
Bill Nottingham 918e2e9
-PKG_CHECK_MODULES(GUILE, [guile-1.8 >= 1.8.5], , [AC_MSG_ERROR([
Bill Nottingham 918e2e9
-
Bill Nottingham 918e2e9
-  guile does not appear to be installed correctly, or is not in the
Bill Nottingham 918e2e9
-  correct version range.  Perhaps you have not installed the guile
Bill Nottingham 918e2e9
-  development packages?  Gnucash requires at least version 1.8.5 to build.
Bill Nottingham 918e2e9
-])])
Bill Nottingham 918e2e9
+PKG_CHECK_MODULES(GUILE, [guile-1.8 >= 1.8.5], , [
Bill Nottingham 918e2e9
+  PKG_CHECK_MODULES(GUILE, [guile-2.0 >= 2.0.0], , [AC_MSG_ERROR([
Bill Nottingham 918e2e9
+    guile does not appear to be installed correctly, or is not in the
Bill Nottingham 918e2e9
+    correct version range.  Perhaps you have not installed the guile
Bill Nottingham 918e2e9
+    development packages?  Gnucash requires at least version 1.8.5 to build.
Bill Nottingham 918e2e9
+  ])])
Bill Nottingham 918e2e9
+])
Bill Nottingham 918e2e9
 # Look up GUILE executable
Bill Nottingham 918e2e9
 AC_PATH_PROG(GUILE, guile)
Bill Nottingham 918e2e9