From 3182978201cf5b2ec7ccb15e44568689eeb05de9 Mon Sep 17 00:00:00 2001 From: Aslak Raanes Date: Wed, 17 Oct 2018 14:09:47 +0200 Subject: [PATCH] =?UTF-8?q?Standardverdiene=20for=20mysql-lib/inc=20p?= =?UTF-8?q?=C3=A5=20Ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Burde strengt tatt hentet dette fra `mysql_config`. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b7bc2b..10471f3 100644 --- a/configure.ac +++ b/configure.ac @@ -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