X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Fgrc_gruel.m4;h=d8ac95fed63265dd3fa7a11b3e0f49a0cb14f615;hb=e90e0af122570193a3daecb1a4b4ef45dae3c83c;hp=01d44feab8ac47fddee18a91f9a88e8205d1b52e;hpb=6f50256f958ac60d5fc9212b24d86777c1b2ec0d;p=debian%2Fgnuradio diff --git a/config/grc_gruel.m4 b/config/grc_gruel.m4 index 01d44fea..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="\ @@ -42,6 +46,8 @@ AC_DEFUN([GRC_GRUEL],[ gruel/src/include/gruel/Makefile \ gruel/src/include/gruel/inet.h \ gruel/src/lib/Makefile \ + gruel/src/lib/pmt/Makefile \ + gruel/src/lib/msg/Makefile \ gruel/src/scheme/Makefile \ gruel/src/scheme/gnuradio/Makefile \ ])