diff options
author | Tom Rondeau | 2011-04-09 23:16:02 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-09 23:16:02 -0400 |
commit | 42caa092c83be06df3c2f38a39285096bf8a4cfe (patch) | |
tree | dcea83f33f8e4f52bb87b9a52763a7b30cc67140 /config | |
parent | 997e8dd482eb88bcf34a0014aab7da5986548d8e (diff) | |
download | gnuradio-42caa092c83be06df3c2f38a39285096bf8a4cfe.tar.gz gnuradio-42caa092c83be06df3c2f38a39285096bf8a4cfe.tar.bz2 gnuradio-42caa092c83be06df3c2f38a39285096bf8a4cfe.zip |
gr-qtgui: removing Guile-specific stuff since there is no way QtGui will work with Guile yet. Changed Python QA to complete properly.
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gr_qtgui.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/grc_gr_qtgui.m4 b/config/grc_gr_qtgui.m4 index a5eac6293..a4592fa41 100644 --- a/config/grc_gr_qtgui.m4 +++ b/config/grc_gr_qtgui.m4 @@ -88,13 +88,11 @@ AC_DEFUN([GRC_GR_QTGUI],[ gr-qtgui/python/Makefile \ gr-qtgui/python/run_tests \ gr-qtgui/swig/Makefile \ - gr-qtgui/swig/run_guile_tests \ ]) GRC_BUILD_CONDITIONAL(gr-qtgui,[ dnl run_tests is created from run_tests.in. Make it executable. AC_CONFIG_COMMANDS([run_tests_qtgui], - [chmod +x gr-qtgui/python/run_tests - chmod +x gr-qtgui/swig/run_guile_tests]) + [chmod +x gr-qtgui/python/run_tests]) ]) ]) |