Revision: 3653
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3653&view=rev
Author:   mdboom
Date:     2007-08-01 06:06:07 -0700 (Wed, 01 Aug 2007)

Log Message:
-----------
Removing test code

Modified Paths:
--------------
    trunk/matplotlib/setupext.py

Modified: trunk/matplotlib/setupext.py
===================================================================
--- trunk/matplotlib/setupext.py        2007-08-01 13:03:00 UTC (rev 3652)
+++ trunk/matplotlib/setupext.py        2007-08-01 13:06:07 UTC (rev 3653)
@@ -193,7 +193,6 @@
     status, output = commands.getstatusoutput(
         "%s %s %s" % (pkg_config_exec, flags, packages))
     if status == 0:
-        output += ' -UFOO'
         for token in output.split():
             attr = _flags.get(token[:2], None)
             if attr is not None:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to