Ticket #12840: patch-setup_posix.py

File patch-setup_posix.py, 361 bytes (added by rwilcox (Ryan Wilcox), 17 years ago)

replacement for files/patch-setup.py

Line 
1--- setup_posix.py.orig 2007-05-06 12:30:17.000000000 -0700
2+++ setup_posix.py      2007-05-06 12:31:30.000000000 -0700
3@@ -23,7 +23,7 @@
4         if ret/256 > 1:
5             raise EnvironmentError, "%s not found" % mysql_config.path
6     return data
7-mysql_config.path = "mysql_config"
8+mysql_config.path = "mysql_config5"
9 
10 def get_config():
11     import os, sys