Commit dc276ef7 authored by unknown's avatar unknown
Browse files

Fix AC_DEFINE for CSV storage engine

parent 24e03b49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]
      ;;