Commit 89eb841e authored by unknown's avatar unknown

Fix AC_DEFINE for CSV storage engine

parent 01af9a83
......@@ -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]
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment