2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Enable using Guile 3

This commit is contained in:
Christopher Baines 2020-02-27 22:16:44 +00:00
parent 1ad581b05a
commit cd4dda6e22

View file

@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([gnu color-tests -Wall -Wno-portability foreign]) AM_INIT_AUTOMAKE([gnu color-tests -Wall -Wno-portability foreign])
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])
GUILE_PKG([2.2]) GUILE_PKG([3.0 2.2])
GUILE_PROGS GUILE_PROGS
if test "x$GUILD" = "x"; then if test "x$GUILD" = "x"; then
AC_MSG_ERROR(['guild' binary not found; please check your guile-2.2 installation.]) AC_MSG_ERROR(['guild' binary not found; please check your guile-2.2 installation.])