Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e47e232

Browse files
committed
Change "unknown (no pkg-config)" to "found, but unknown version (no pkg-config)"
svn path=/trunk/matplotlib/; revision=3658
1 parent 70d358c commit e47e232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def get_pkgconfig(module,
212212
return False
213213

214214
def get_pkgconfig_version(package):
215-
default = "unknown (no pkg-config)"
215+
default = "found, but unknown version (no pkg-config)"
216216
if not has_pkgconfig():
217217
return default
218218

0 commit comments

Comments
 (0)