diff options
author | Johnathan Corgan | 2009-10-10 16:42:53 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-10 16:42:53 -0700 |
commit | a34548979021f0e3511e486c7dbd8c509ae17640 (patch) | |
tree | cf728eef6ed107c452dfbc0784e2a1b94a81b548 | |
parent | 36c3f0a064cdce1524e85147ac754c5a9621f372 (diff) | |
download | gnuradio-a34548979021f0e3511e486c7dbd8c509ae17640.tar.gz gnuradio-a34548979021f0e3511e486c7dbd8c509ae17640.tar.bz2 gnuradio-a34548979021f0e3511e486c7dbd8c509ae17640.zip |
Add dependence of gruel on guile; fixes ticket #410.
Patch-by: Don Ward <don2387ward@sprynet.com>
-rw-r--r-- | config/grc_gruel.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/grc_gruel.m4 b/config/grc_gruel.m4 index 729571434..d8ac95fed 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="\ |