og riktig sti til mysql-include er /usr/include/mysql

alt dette burde vært hentet vha. `mysql_config`
This commit is contained in:
Aslak Raanes 2018-10-25 14:14:33 +02:00
parent a99e1be6d8
commit d0c72fcc54
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ AC_ARG_WITH(mysql,
[ [
if test "$withval" != "no"; then if test "$withval" != "no"; then
if test "$withval" = "yes"; then if test "$withval" = "yes"; then
MYSQL_INCDIR=/usr/local/include/mysql MYSQL_INCDIR=/usr/include/mysql
MYSQL_LIBDIR=/usr/lib/x86_64-linux-gnu MYSQL_LIBDIR=/usr/lib/x86_64-linux-gnu
else else
if test -f $withval/include/mysql/mysql.h; then if test -f $withval/include/mysql/mysql.h; then