diff options
author | Eric Blossom | 2010-01-08 18:09:51 -0800 |
---|---|---|
committer | Eric Blossom | 2010-01-08 18:09:51 -0800 |
commit | 8a6804e1dc201fbdccebf61f7307e4cfda8fff74 (patch) | |
tree | 90db6bfe441f7770bb1a37ee7a8b3da3b792709f /configure.ac | |
parent | 354c5c4e0520c0914732581450dad617c7841ffc (diff) | |
download | gnuradio-8a6804e1dc201fbdccebf61f7307e4cfda8fff74.tar.gz gnuradio-8a6804e1dc201fbdccebf61f7307e4cfda8fff74.tar.bz2 gnuradio-8a6804e1dc201fbdccebf61f7307e4cfda8fff74.zip |
Remove warning related to GRC_GR_VRT
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fbb8bb52e..3ba5bb387 100644 --- a/configure.ac +++ b/configure.ac @@ -338,7 +338,7 @@ GRC_USRP2 GRC_VRT GRC_GR_USRP dnl this must come after GRC_USRP GRC_GR_USRP2 -GRC_GR_VRT +dnl GRC_GR_VRT GRC_GR_GCELL dnl this must come after GRC_GCELL and GRC_GNURADIO_CORE GRC_GR_MSDD6000 GRC_GR_AUDIO_ALSA |