commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4026 - gnuradio/branches/releases/3.0/config


From: jcorgan
Subject: [Commit-gnuradio] r4026 - gnuradio/branches/releases/3.0/config
Date: Sun, 26 Nov 2006 19:51:05 -0700 (MST)

Author: jcorgan
Date: 2006-11-26 19:51:05 -0700 (Sun, 26 Nov 2006)
New Revision: 4026

Modified:
   gnuradio/branches/releases/3.0/config/grc_gr_wxgui.m4
Log:
Applied changeset r4017 on trunk to release branch.

Modified: gnuradio/branches/releases/3.0/config/grc_gr_wxgui.m4
===================================================================
--- gnuradio/branches/releases/3.0/config/grc_gr_wxgui.m4       2006-11-27 
02:40:41 UTC (rev 4025)
+++ gnuradio/branches/releases/3.0/config/grc_gr_wxgui.m4       2006-11-27 
02:51:05 UTC (rev 4026)
@@ -26,9 +26,7 @@
          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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]