X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Fgrc_gr_atsc.m4;fp=config%2Fgrc_gr_atsc.m4;h=a0b394eade98793445c9a3364c9214329fd76a2f;hb=42d9c6f495503d3d9d2db47a9979036c9233f976;hp=ed237fa2f1ac7483e62c3680ebe4a3339af21ac7;hpb=6bf2c048d94e1c673c06c058b23213cd28292520;p=debian%2Fgnuradio diff --git a/config/grc_gr_atsc.m4 b/config/grc_gr_atsc.m4 index ed237fa2..a0b394ea 100644 --- a/config/grc_gr_atsc.m4 +++ b/config/grc_gr_atsc.m4 @@ -1,4 +1,4 @@ -dnl Copyright 2001,2002,2003,2004,2005,2006 Free Software Foundation, Inc. +dnl Copyright 2001,2002,2003,2004,2005,2006,2008 Free Software Foundation, Inc. dnl dnl This file is part of GNU Radio dnl @@ -30,6 +30,12 @@ AC_DEFUN([GRC_GR_ATSC],[ ]) passed=yes + # Don't do gr-atsc if gnuradio-core skipped + if test x$gnuradio_core_skipped = xyes; then + AC_MSG_RESULT([Component gr-atsc requires gnuradio-core, which is not being built or specified via pre-installed files.]) + passed=no + fi + GRC_BUILD_CONDITIONAL([gr-atsc],[ dnl run_tests is created from run_tests.in. Make it executable. AC_CONFIG_COMMANDS([run_tests_atsc], [chmod +x gr-atsc/src/python/run_tests])