Fix AC_DEFINE for CSV storage engine

This commit is contained in:
joreland@mysql.com 2004-08-15 21:44:09 +02:00
parent 2fb2ee6f8f
commit 3f7f371c26

View File

@ -1473,7 +1473,7 @@ AC_DEFUN([MYSQL_CHECK_CSVDB], [
case "$csvdb" in case "$csvdb" in
yes ) yes )
AC_DEFINE(HAVE_CSV_DB) AC_DEFINE([HAVE_CSV_DB], [1], [Builds the CSV Storage Engine])
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
[csvdb=yes] [csvdb=yes]
;; ;;