Revision: 7444
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7444&view=rev
Author:   efiring
Date:     2009-08-10 00:31:30 +0000 (Mon, 10 Aug 2009)

Log Message:
-----------
Sage patch, slightly modified, to improve tk/tcl detection.
http://trac.sagemath.org/sage_trac/ticket/4176

Modified Paths:
--------------
    branches/v0_99_maint/setupext.py

Modified: branches/v0_99_maint/setupext.py
===================================================================
--- branches/v0_99_maint/setupext.py    2009-08-10 00:19:19 UTC (rev 7443)
+++ branches/v0_99_maint/setupext.py    2009-08-10 00:31:30 UTC (rev 7444)
@@ -545,7 +545,7 @@
     else:
         add_base_flags(module)
         module.libraries.append('z')
-    
+
     # put this last for library link order
     module.libraries.extend(std_libs)
 
@@ -1037,6 +1037,7 @@
         try:
             tcl_lib_dir, tk_lib_dir, tk_ver = query_tcltk()
         except:
+            tk_ver = ''
             result = hardcoded_tcl_config()
         else:
             result = parse_tcl_config(tcl_lib_dir, tk_lib_dir)


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to