Standardverdiene for mysql-lib/inc på Ubuntu

Burde strengt tatt hentet dette fra `mysql_config`.
develop
Aslak Raanes 2018-10-17 14:09:47 +02:00
parent 205617e990
commit 3182978201
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ 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_INCDIR=/usr/include/mysql
MYSQL_LIBDIR=/usr/lib/x86_64-linux-gnu
else
if test -f $withval/include/mysql/mysql.h; then
MYSQL_INCDIR=$withval/include/mysql