Changeset 325 for pyyaml/trunk/setup.py

Show
Ignore:
Timestamp:
12/28/08 16:42:35 (3 years ago)
Author:
xi
Message:

Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' message in setup.py.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/setup.py

    r322 r325  
    221221                    depends=ext.depends) 
    222222        except CompileError: 
    223             log.warn("%s appears not to be installed" % ext.feature_name) 
     223            log.warn("%s appears not to be installed: forcing --%s" 
     224                     % (ext.feature_name, ext.neg_option_name)) 
    224225            log.warn("(if %s is installed, you may need to specify" 
    225226                    % ext.feature_name)