mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix AC_DEFINE for CSV storage engine
This commit is contained in:
parent
24e03b49a2
commit
dc276ef72e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue