more scons fixes for mysql
authorNathan Binkert <binkertn@umich.edu>
Wed, 31 Aug 2005 14:00:42 +0000 (10:00 -0400)
committerNathan Binkert <binkertn@umich.edu>
Wed, 31 Aug 2005 14:00:42 +0000 (10:00 -0400)
commit1b39eb38bdb285e13314c3dc0943392eb5c54419
tree0a34879a75ab0d7825dd3c07a66b8179203ba6a8
parent919aa6dd0065d3c7992a7984469a3ef856b9a128
more scons fixes for mysql

build/SConstruct:
    Only the major and minor mysql version numbers are guaranteed
    to be integers (e.g. 4.1.10a), and since that's all we care about
    only try to deal with those.
    for older versions of mysql, the strings returned by mysql_config may
    have quotes in them, remove those so things work

--HG--
extra : convert_revision : de32f3e76618f0caf4d5578edd61beaeef666eb6
build/SConstruct