[wpdev-commits] wolfpack configure.py,1.17,1.18
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-05 22:08:04
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv902 Modified Files: configure.py Log Message: I forgot -DMYSQL_DRIVER Index: configure.py =================================================================== RCS file: /cvsroot/wpdev/wolfpack/configure.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** configure.py 5 Aug 2004 21:34:26 -0000 1.17 --- configure.py 5 Aug 2004 22:07:55 -0000 1.18 *************** *** 242,245 **** --- 242,246 ---- if options.enable_mysql: CONFIG += "mysql " + DEFINES += "MYSQL_DRIVER " checkMySQL(options) checkQt() |