From a34548979021f0e3511e486c7dbd8c509ae17640 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 10 Oct 2009 16:42:53 -0700 Subject: [PATCH] Add dependence of gruel on guile; fixes ticket #410. Patch-by: Don Ward --- config/grc_gruel.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/grc_gruel.m4 b/config/grc_gruel.m4 index 72957143..d8ac95fe 100644 --- a/config/grc_gruel.m4 +++ b/config/grc_gruel.m4 @@ -25,6 +25,10 @@ AC_DEFUN([GRC_GRUEL],[ dnl with : if the --with code didn't error out dnl yes : if the --enable code passed muster and all dependencies are met dnl no : otherwise + if test $passed = yes; then + dnl Don't do gruel if guile not available + GRC_CHECK_GUILE(gruel) + fi if test $passed != with; then dnl how and where to find INCLUDES and LA and such gruel_INCLUDES="\ -- 2.47.2