diff options
author | Tom Rondeau | 2011-02-17 15:19:45 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-02-17 15:19:45 -0500 |
commit | ff5f0ed3b609cecf8becf8eb3d518a3ecf7fecef (patch) | |
tree | 1be66fd89f57ab1567645a3c6954b4eb65bffda0 /config/grc_gruel.m4 | |
parent | 26fc07eac6a3029e2d7361b1502f69e7592e708b (diff) | |
parent | 090799813fee5305fc080297ce43cccc662c9f6e (diff) | |
download | gnuradio-ff5f0ed3b609cecf8becf8eb3d518a3ecf7fecef.tar.gz gnuradio-ff5f0ed3b609cecf8becf8eb3d518a3ecf7fecef.tar.bz2 gnuradio-ff5f0ed3b609cecf8becf8eb3d518a3ecf7fecef.zip |
Merge branch 'pmt_serial_tags' into next
Diffstat (limited to 'config/grc_gruel.m4')
-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 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="\ |