Revision: 3651
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3651&view=rev
Author:   mdboom
Date:     2007-08-01 05:41:17 -0700 (Wed, 01 Aug 2007)

Log Message:
-----------
Fix wxagg building for earlier versions of wx

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

Modified: trunk/matplotlib/setupext.py
===================================================================
--- trunk/matplotlib/setupext.py        2007-08-01 12:28:24 UTC (rev 3650)
+++ trunk/matplotlib/setupext.py        2007-08-01 12:41:17 UTC (rev 3651)
@@ -810,6 +810,7 @@
 
      add_agg_flags(module)
      add_ft2font_flags(module)
+     wxconfig = find_wx_config()
      add_wx_flags(module, wxconfig)
 
      ext_modules.append(module)


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