Nowadays NEW_SQL_SCHEMA is only used to determine the default sql schema

This commit is contained in:
Badlop 2022-02-08 15:33:00 +01:00
parent 4d093ac03e
commit ba0d5e4dcf
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ AC_ARG_ENABLE(mysql,
esac],[if test "x$mysql" = "x"; then mysql=false; fi])
AC_ARG_ENABLE(new_sql_schema,
[AS_HELP_STRING([--enable-new-sql-schema],[use new SQL schema (default: no)])],
[AS_HELP_STRING([--enable-new-sql-schema],[use new SQL schema by default (default: no)])],
[case "${enableval}" in
yes) new_sql_schema=true ;;
no) new_sql_schema=false ;;