[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10653 - gnuradio/trunk/config
From: |
jblum |
Subject: |
[Commit-gnuradio] r10653 - gnuradio/trunk/config |
Date: |
Thu, 19 Mar 2009 14:23:49 -0600 (MDT) |
Author: jblum
Date: 2009-03-19 14:23:48 -0600 (Thu, 19 Mar 2009)
New Revision: 10653
Modified:
gnuradio/trunk/config/grc_gr_wxgui.m4
Log:
wxpython 2.8 version check
Modified: gnuradio/trunk/config/grc_gr_wxgui.m4
===================================================================
--- gnuradio/trunk/config/grc_gr_wxgui.m4 2009-03-19 20:21:05 UTC (rev
10652)
+++ gnuradio/trunk/config/grc_gr_wxgui.m4 2009-03-19 20:23:48 UTC (rev
10653)
@@ -29,8 +29,8 @@
dnl yes : if the --enable code passed muster and all dependencies are
met
dnl no : otherwise
if test $passed = yes; then
- PYTHON_CHECK_MODULE([wx],[Python wxWidgets wrappers],[],[passed=no])
- PYTHON_CHECK_MODULE([numpy],[Numeric Python extensions],[],[passed=no])
+ PYTHON_CHECK_MODULE([wx],[Python wxWidgets wrappers >=
2.8],[],[passed=no],[wx.version().split()[[0]] >= "2.8"])
+ PYTHON_CHECK_MODULE([numpy],[Numeric Python extensions],[],[passed=no])
fi
AC_CONFIG_FILES([ \
@@ -38,7 +38,7 @@
gr-wxgui/gr-wxgui.pc \
gr-wxgui/src/Makefile \
gr-wxgui/src/python/Makefile \
- gr-wxgui/src/python/plotter/Makefile \
+ gr-wxgui/src/python/plotter/Makefile \
])
GRC_BUILD_CONDITIONAL(gr-wxgui)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10653 - gnuradio/trunk/config,
jblum <=