diff options
author | unknown <joreland@mysql.com> | 2004-08-15 21:44:09 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-08-15 21:44:09 +0200 |
commit | dc276ef72e3eb772343c353459f6eefd42e23d9f (patch) | |
tree | 058ccfb259f66070fc556fe0be9d0b0a6b25ae09 /acinclude.m4 | |
parent | 24e03b49a230443d52b82d5352072d64d314aab4 (diff) | |
download | mariadb-git-dc276ef72e3eb772343c353459f6eefd42e23d9f.tar.gz |
Fix AC_DEFINE for CSV storage engine
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bfa6b53069a..11f5d07200a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1473,7 +1473,7 @@ AC_DEFUN([MYSQL_CHECK_CSVDB], [ case "$csvdb" in yes ) - AC_DEFINE(HAVE_CSV_DB) + AC_DEFINE([HAVE_CSV_DB], [1], [Builds the CSV Storage Engine]) AC_MSG_RESULT([yes]) [csvdb=yes] ;; |