summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-04-22 02:04:49 +0200
committermanuel <manuel@mausz.at>2017-04-22 02:04:49 +0200
commitf6b1922c313ce1a1cb81b8e84f8f34ecab1ec304 (patch)
treede0cf0743f1775cb28b82115fc95653d1579f26d /m4
parent95c94b3758bb56457645eaafcd0cc7cb1515d374 (diff)
downloadmysql-table_sizes-f6b1922c313ce1a1cb81b8e84f8f34ecab1ec304.tar.gz
mysql-table_sizes-f6b1922c313ce1a1cb81b8e84f8f34ecab1ec304.tar.bz2
mysql-table_sizes-f6b1922c313ce1a1cb81b8e84f8f34ecab1ec304.zip
fixes for mysql 5.7v5.7
Diffstat (limited to 'm4')
-rw-r--r--m4/ac_mysql.m42
1 files changed, 1 insertions, 1 deletions
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], [
30 fi 30 fi
31 done 31 done
32 AC_DEFINE([MYSQL_SRC], [1], [Source directory for MySQL]) 32 AC_DEFINE([MYSQL_SRC], [1], [Source directory for MySQL])
33 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" 33 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"
34 AC_MSG_RESULT(["$ac_mysql_source_dir"]) 34 AC_MSG_RESULT(["$ac_mysql_source_dir"])
35 ], 35 ],
36 [ 36 [