diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-02 19:40:16 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-02 19:40:16 -0800 |
commit | cb35c3e28f277717d8f9f849636768d57720487f (patch) | |
tree | 21e793e2621b91969ad2208b018b1636aa24592c /config | |
parent | b806f6e95cd917e54884841c8e7928204ecd78f8 (diff) |
gruel: generate pmt_serial_tags with python, removes guile dependency
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gruel.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/grc_gruel.m4 b/config/grc_gruel.m4 index d8ac95fed6..7295714341 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="\ |