diff options
author | jblum | 2008-10-07 18:32:29 +0000 |
---|---|---|
committer | jblum | 2008-10-07 18:32:29 +0000 |
commit | e0feca2c67788dffeff9a21fb047a8965658e528 (patch) | |
tree | 8a56fc4fc1df3c3f3ebdf64e019539f9bc9273af /configure.ac | |
parent | 28aecb1ad5ce542a7611bb5a38001a32097bfb73 (diff) | |
download | gnuradio-e0feca2c67788dffeff9a21fb047a8965658e528.tar.gz gnuradio-e0feca2c67788dffeff9a21fb047a8965658e528.tar.bz2 gnuradio-e0feca2c67788dffeff9a21fb047a8965658e528.zip |
re-enable grc, passes distcheck
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9723 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f6e618d1b..13de26c61 100644 --- a/configure.ac +++ b/configure.ac @@ -97,6 +97,8 @@ GR_SCRIPTING AC_CHECK_PROG([XMLTO],[xmlto],[yes],[]) AM_CONDITIONAL([HAS_XMLTO], [test x$XMLTO = xyes]) +AC_PROG_SED + dnl Checks for libraries. AC_CHECK_LIB(socket,socket) @@ -297,7 +299,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_* -dnl GRC_GRC dnl breaks the build at r9698 ticket:298 +GRC_GRC # Each component is now either to be built, was skipped, will be # included from pre-installed libraries and includes, or failed |