From f6b1922c313ce1a1cb81b8e84f8f34ecab1ec304 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 22 Apr 2017 02:04:49 +0200 Subject: fixes for mysql 5.7 --- m4/ac_mysql.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/ac_mysql.m4 b/m4/ac_mysql.m4 index ef23f9e..b5a5c0c 100644 --- a/m4/ac_mysql.m4 +++ b/m4/ac_mysql.m4 @@ -30,7 +30,7 @@ AC_DEFUN([MYSQL_SRC_TEST], [ fi done AC_DEFINE([MYSQL_SRC], [1], [Source directory for MySQL]) - MYSQL_INC="-I$ac_mysql_source_dir/sql -I$ac_mysql_source_dir/include -I$ac_mysql_source_dir/regex -I$ac_mysql_source_dir" + MYSQL_INC="-I$ac_mysql_source_dir/sql -I$ac_mysql_source_dir/include -I$ac_mysql_source_dir/regex -I$ac_mysql_source_dir -I$ac_mysql_source_dir/libbinlogevents/export -I$ac_mysql_source_dir/libbinlogevents/include -I$ac_mysql_source_dir/sql/auth" AC_MSG_RESULT(["$ac_mysql_source_dir"]) ], [ -- cgit v1.2.3