author | Sebastian Harl <sh@tokkee.org> | |
Sat, 1 Nov 2008 10:28:30 +0000 (11:28 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 1 Nov 2008 10:28:30 +0000 (11:28 +0100) | ||
commit | 23164f56d04219d0dd1b1e4954c3edc0609f0eb8 | |
tree | 911ef96ff6f1087b26a6731793cd12bcdbdc4ea0 | tree | snapshot |
parent | 6df04cbfbcf22db5e0550800b736f080182c43e0 | commit | diff |
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.
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 | diff | blob | history | |
src/mysql.c | diff | blob | history |