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

Log Message:
-----------
Change "unknown (no pkg-config)" to "found, but unknown version (no pkg-config)"

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

Modified: trunk/matplotlib/setupext.py
===================================================================
--- trunk/matplotlib/setupext.py        2007-08-01 15:06:29 UTC (rev 3657)
+++ trunk/matplotlib/setupext.py        2007-08-01 15:07:29 UTC (rev 3658)
@@ -212,7 +212,7 @@
     return False
 
 def get_pkgconfig_version(package):
-    default = "unknown (no pkg-config)"
+    default = "found, but unknown version (no pkg-config)"
     if not has_pkgconfig():
         return default
 


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to