diff options
author | eb | 2008-10-02 20:38:02 +0000 |
---|---|---|
committer | eb | 2008-10-02 20:38:02 +0000 |
commit | 14575e40d2098bc193974653840986e8021164d8 (patch) | |
tree | 2f17ab270e4cfab3243265401b8f7757009b034c /configure.ac | |
parent | 954595c9a7608ae853cd2e4d73db2174ef597490 (diff) | |
download | gnuradio-14575e40d2098bc193974653840986e8021164d8.tar.gz gnuradio-14575e40d2098bc193974653840986e8021164d8.tar.bz2 gnuradio-14575e40d2098bc193974653840986e8021164d8.zip |
disabled GRC, breaks VPATH build, see ticket:298
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9699 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 4b581a16b..f6e618d1b 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 GRC_GRC dnl breaks the build at r9698 ticket:298 # Each component is now either to be built, was skipped, will be # included from pre-installed libraries and includes, or failed |