build with newer mysql/mariadb

Recent releases only need to include mysql.h for a long time and in the
meantime even removed most other headers.
Un-break gb.db.mysql/configure.ac by not strictly requiring this old header.
This commit is contained in:
Christian Ehrhardt 2019-09-04 23:42:18 +02:00 committed by Bastian Germann
parent ead1bb23c8
commit 38b9915c42

View file

@ -10,7 +10,7 @@ dnl LT_INIT
GB_COMPONENT(
mysql, MYSQL, gb.db.mysql, [src],
[GB_FIND(mysql.h my_config.h, $prefix /opt/local /opt /usr/local/lib /usr/local /usr/lib /usr, include mysql*/include)],
[GB_FIND(mysql.h, $prefix /opt/local /opt /usr/local/lib /usr/local /usr/lib /usr, include mysql*/include)],
[GB_FIND(libmysqlclient.$SHLIBEXT, $prefix /opt/local /opt /usr/local /usr, lib mysql*/lib)],
[$C_LIB -lmysqlclient -lz])