Imported Upstream version 3.0.3
[debian/gnuradio] / config / grc_gr_wxgui.m4
index dff666b0aa057bcbd632a9275c02a883a9f03f3b..8c8848f4f4e576e4cd93d6a23b44a4ca5d4a14a9 100644 (file)
@@ -26,9 +26,7 @@ AC_DEFUN([GRC_GR_WXGUI],[
          gr-wxgui/src/python/Makefile \
     ])
 
-    # FIXME: this breaks pkgsrc by calling python without a version number
-    # gdt--patch welcome :-)
-    if python -c 'import wx'; then
+    if ${PYTHON} -c 'import wx'; then
        passed=yes
     else
        passed=no