diff options
author | unknown <monty@tik.mysql.fi> | 2001-08-29 09:13:29 +0300 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2001-08-29 09:13:29 +0300 |
commit | 4f1aaf457a11269eacb34f566c977d96348e16c3 (patch) | |
tree | 0251477ac14d64cd5bd1ba9e61b879cd7ce8ac60 /configure.in | |
parent | 558ae81fb1ab1bf2e190df027f6dda9ec5df97f4 (diff) | |
download | mariadb-git-4f1aaf457a11269eacb34f566c977d96348e16c3.tar.gz |
Fix to be able to configure without --with-tools
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d8360ef65d5..852fd2fd9a6 100644 --- a/configure.in +++ b/configure.in @@ -1694,7 +1694,7 @@ then else tools_dirs="" fi -AC_SUBST([tools_dirs]) +AC_SUBST(tools_dirs) MYSQL_CHECK_CPU MYSQL_CHECK_MYSQLFS |