[wpdev-commits] wolfpack configure.py,1.32,1.33
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-08-24 00:34:47
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9992 Modified Files: configure.py Log Message: Small fix Index: configure.py =================================================================== RCS file: /cvsroot/wpdev/wolfpack/configure.py,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** configure.py 23 Aug 2004 22:25:26 -0000 1.32 --- configure.py 24 Aug 2004 00:34:34 -0000 1.33 *************** *** 311,317 **** else: PY_LIBDIR = buildLibLine( py_libpath, py_libfile ) - config.write("PY_INCDIR = %s\n" % ( py_incpath ) ) config.write("PY_LIBDIR = %s\n" % PY_LIBDIR) ! # Build MySQL Libs and Includes --- 311,316 ---- else: PY_LIBDIR = buildLibLine( py_libpath, py_libfile ) config.write("PY_LIBDIR = %s\n" % PY_LIBDIR) ! config.write("PY_INCDIR = %s\n" % py_incpath ) # Build MySQL Libs and Includes |