og riktig sti til mysql-include er /usr/include/mysql
alt dette burde vært hentet vha. `mysql_config`
This commit is contained in:
parent
a99e1be6d8
commit
d0c72fcc54
|
@ -33,7 +33,7 @@ AC_ARG_WITH(mysql,
|
|||
[
|
||||
if test "$withval" != "no"; 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
|
||||
else
|
||||
if test -f $withval/include/mysql/mysql.h; then
|
||||
|
|
Loading…
Reference in New Issue