From e9d9a5e21797c0b86190a223f189e082a1d91cc3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 16 Dec 2019 02:10:16 +0530 Subject: Remove custom code checking for guild. * configure.ac: Remove custom code checking for guild. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index a5241bf..e982ea0 100644 --- a/configure.ac +++ b/configure.ac @@ -24,9 +24,6 @@ AM_SILENT_RULES([yes]) GUILE_PKG([2.2]) GUILE_PROGS -if test "x$GUILD" = "x"; then - AC_MSG_ERROR(['guild' binary not found; please check your guile-2.2 installation.]) -fi AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) -- cgit v1.2.3