Follow-up Comment #3, bug #54821 (project denemo):
I've looked a bit closer at configure.ac and it seems to me that a simple
change should do what you want - I've pushed this to the master branch of git
so it will be in the upcoming 2.3 release. I can't actually test on anything
other than 1.8 and 2.0.13 but it looks like it must work for any 2.0.x
versions. (By the way, if you have the choice, then package for Guile 1.8 as
it works better and is anyway required by LilyPond). Please let me know if
this works for you.
diff --git a/configure.ac b/configure.ac
index e2399de6d..2d446b577 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ AC_ARG_ENABLE(
[
if test "x$enableval" != "xno"; then
useguile_2_0=yes
- PKG_CHECK_MODULES([GUILE_2], [guile-2.0])
+ PKG_CHECK_MODULES(GUILE_2, guile-2.0 >= 2.0)
LIBS="$LIBS $GUILE_2_LIBS"
CFLAGS="$CFLAGS $GUILE_2_CFLAGS"
fi
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?54821>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel