diff options
author | jcorgan | 2008-07-04 03:05:26 +0000 |
---|---|---|
committer | jcorgan | 2008-07-04 03:05:26 +0000 |
commit | f658162db53edff09fe4c843e05dc6f02e78adfa (patch) | |
tree | 78afcf4cea406683d1d5ddfbb0fac3af39f81331 /configure.ac | |
parent | 31bd7da7765b5fc74f588fd025b509049152518c (diff) | |
download | gnuradio-f658162db53edff09fe4c843e05dc6f02e78adfa.tar.gz gnuradio-f658162db53edff09fe4c843e05dc6f02e78adfa.tar.bz2 gnuradio-f658162db53edff09fe4c843e05dc6f02e78adfa.zip |
Disable gr-msdd6000 component until it passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8785 221aa14e-8319-0410-a670-987f0aec2ac5
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 4dc4e1873..126d06a5c 100644 --- a/configure.ac +++ b/configure.ac @@ -257,7 +257,7 @@ GRC_MBLOCK dnl this must come after GRC_PMT GRC_USRP GRC_GR_USRP dnl this must come after GRC_USRP GRC_GR_GCELL dnl this must come after GRC_GCELL and GRC_GNURADIO_CORE -GRC_GR_MSDD6000 +# GRC_GR_MSDD6000 dnl disabled until component is fixed GRC_GR_AUDIO_ALSA GRC_GR_AUDIO_JACK GRC_GR_AUDIO_OSS |