This brings an additional patch from master to allow compiling with guile 2.0 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
13 lines
299 B
Diff
13 lines
299 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index ea6f39c53..7568363ef 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -859,6 +859,7 @@ if test "$opt_guile_bindings" = "yes"; then
|
|
AC_PATH_PROG([GUILD], [guild])
|
|
AC_SUBST([GUILD])
|
|
|
|
+ GUILE_PKG
|
|
GUILE_PROGS
|
|
GUILE_FLAGS
|
|
|