og riktig sti til mysql-include er /usr/include/mysql
alt dette burde vært hentet vha. `mysql_config`
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user