diff options
Diffstat (limited to 'm4/ac_mysql.m4')
| -rw-r--r-- | m4/ac_mysql.m4 | 2 |
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 | [ |
