Changeset 4026

Show
Ignore:
Timestamp:
11/26/06 19:51:05
Author:
jcorgan
Message:

Applied changeset r4017 on trunk to release branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/branches/releases/3.0/config/grc_gr_wxgui.m4

    r3751 r4026  
    2727    ]) 
    2828 
    29     # FIXME: this breaks pkgsrc by calling python without a version number 
    30     # gdt--patch welcome :-) 
    31     if python -c 'import wx'; then 
     29    if ${PYTHON} -c 'import wx'; then 
    3230        passed=yes 
    3331    else