Riktig sti til mysql-lib er /usr/lib/x86_64-linux-gnu

This commit is contained in:
Aslak Raanes 2018-10-25 14:11:06 +02:00
parent 607c631641
commit a99e1be6d8
1 changed files with 1 additions and 1 deletions

View File

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