diff options
author | jcorgan | 2008-09-30 15:16:19 +0000 |
---|---|---|
committer | jcorgan | 2008-09-30 15:16:19 +0000 |
commit | 215166ab142a0066675d20418fea1ac47a5209bf (patch) | |
tree | 69383ab168d653b9e147d65ae553ea3d6574e3d4 | |
parent | 719cb912950e20eab2a378636221c874d3544258 (diff) | |
download | gnuradio-215166ab142a0066675d20418fea1ac47a5209bf.tar.gz gnuradio-215166ab142a0066675d20418fea1ac47a5209bf.tar.bz2 gnuradio-215166ab142a0066675d20418fea1ac47a5209bf.zip |
Disabled grc component until xdg-utils dependency check is added
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9680 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4b581a16b..68b06c59a 100644 --- a/configure.ac +++ b/configure.ac @@ -297,7 +297,7 @@ GRC_GR_WXGUI GRC_GR_SOUNDER dnl this must come after GRC_USRP GRC_GR_UTILS dnl this must come after GRC_GR_WXGUI GRC_GNURADIO_EXAMPLES dnl must come after all GRC_GR_* -GRC_GRC +# GRC_GRC dnl disabled unti xdg-utils check is added # Each component is now either to be built, was skipped, will be # included from pre-installed libraries and includes, or failed |