Standardverdiene for mysql-lib/inc på Ubuntu
Burde strengt tatt hentet dette fra `mysql_config`.
This commit is contained in:
parent
205617e990
commit
3182978201
|
@ -33,8 +33,8 @@ 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/local/lib/mysql
|
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
|
||||||
MYSQL_INCDIR=$withval/include/mysql
|
MYSQL_INCDIR=$withval/include/mysql
|
||||||
|
|
Loading…
Reference in New Issue