configure, mysql plugin: Check for mysql.h as well.
authorSebastian Harl <sh@tokkee.org>
Sat, 1 Nov 2008 10:28:30 +0000 (11:28 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 1 Nov 2008 10:28:30 +0000 (11:28 +0100)
commit23164f56d04219d0dd1b1e4954c3edc0609f0eb8
tree911ef96ff6f1087b26a6731793cd12bcdbdc4ea0
parent6df04cbfbcf22db5e0550800b736f080182c43e0
configure, mysql plugin: Check for mysql.h as well.

Up to now, only mysql/mysql.h has been checked for. However, mysql_config
--cflags usually adds the complete path to mysql.h to the include flags. In
most setups, mysql/mysql.h can be found in the search path as well (usually
the header is available in something like /usr/include/mysql/mysql.h) so this
issue has not been found so far. However, if that's not the case, the build
will fail.

Thanks to Dusty Doris <collectd@dusty.name> for reporting this.
configure.in
src/mysql.c