From cb35c3e28f277717d8f9f849636768d57720487f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 2 Feb 2011 19:40:16 -0800 Subject: gruel: generate pmt_serial_tags with python, removes guile dependency --- config/grc_gruel.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config/grc_gruel.m4') diff --git a/config/grc_gruel.m4 b/config/grc_gruel.m4 index d8ac95fed..729571434 100644 --- a/config/grc_gruel.m4 +++ b/config/grc_gruel.m4 @@ -25,10 +25,6 @@ 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="\ -- cgit