aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-09Escape m4 macroBoris Kolpackov1-1/+1
2013-02-06Add call to AM_PROG_AR which is required by newer automakeBoris Kolpackov1-0/+1
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
2012-06-15Add support for building against libmysqlclient that lacks THR_KEY_mysysBoris Kolpackov1-0/+4
In certain distributions (specifically Fedora 15 and later), maintainers limit the number of visible symbols. If THR_KEY_mysys is hidden, then we try to create the TLS keys in such an order that it results in the correct behavior. And then hope for the best.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-06Cosmetic changesBoris Kolpackov1-3/+1
2010-09-03Add support for MinGW buildBoris Kolpackov1-1/+15
2010-09-02Misc changesBoris Kolpackov1-6/+2
2010-08-30Support for automake and VC++ buildsBoris Kolpackov1-0/+60