From 648311b9b9d9d974fb2d76dacfe956fc7b842401 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 10 Nov 2018 12:21:16 +0100 Subject: Declare Guile JSON as a dependency. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2442982..f24c741 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,11 @@ if test "x$GUILD" = "x"; then AC_MSG_ERROR(['guild' binary not found; please check your guile-2.2 installation.]) fi +GUILE_MODULE_AVAILABLE([have_json], [(json)]) +if test "x$have_json" != "xyes"; then + AC_MSG_ERROR([Guile-JSON is missing; please install it.]) +fi + GUILE_MODULE_AVAILABLE([have_guile_debbugs], [(debbugs soap)]) if test "x$have_guile_debbugs" != "xyes"; then AC_MSG_ERROR([Guile-Debbugs is missing; please install it.]) -- cgit v1.2.3