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:
parent
ead1bb23c8
commit
38b9915c42
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue