aboutsummaryrefslogtreecommitdiff
path: root/m4/libmysqlclient.m4
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
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-06Fix incorrect AC_LANG_SOURCE quotingBoris Kolpackov1-9/+9
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
2012-06-18Search for libmysqlclient in additional directoriesBoris Kolpackov1-1/+23
Fedora hides them in /usr/lib[64]/mysql for some reason.
2012-06-15Add support for building against libmysqlclient that lacks THR_KEY_mysysBoris Kolpackov1-0/+22
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-03Add support for MinGW buildBoris Kolpackov1-1/+34
2010-08-30Support for automake and VC++ buildsBoris Kolpackov1-0/+53