From d0c72fcc54e7e682a3f6e7c897737307e7fa4c6f Mon Sep 17 00:00:00 2001 From: Aslak Raanes Date: Thu, 25 Oct 2018 14:14:33 +0200 Subject: [PATCH] og riktig sti til mysql-include er /usr/include/mysql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit alt dette burde vært hentet vha. `mysql_config` --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a1d090c..10471f3 100644 --- a/configure.ac +++ b/configure.ac @@ -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