diff options
author | jcorgan | 2008-10-01 00:46:58 +0000 |
---|---|---|
committer | jcorgan | 2008-10-01 00:46:58 +0000 |
commit | 54d49bfa380979795cc72fbfb72cefa9ec49d668 (patch) | |
tree | 8966bea996af8c6ca1e2d0a14639ea32273e7573 /configure.ac | |
parent | 3c593c11e470e92372cb0d8d9b28f0eb8a62b22a (diff) | |
download | gnuradio-54d49bfa380979795cc72fbfb72cefa9ec49d668.tar.gz gnuradio-54d49bfa380979795cc72fbfb72cefa9ec49d668.tar.bz2 gnuradio-54d49bfa380979795cc72fbfb72cefa9ec49d668.zip |
Reenable GRC component
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9687 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 68b06c59a..4b581a16b 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 dnl disabled unti xdg-utils check is added +GRC_GRC # Each component is now either to be built, was skipped, will be # included from pre-installed libraries and includes, or failed |