aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-02-08 15:33:00 +0100
committerBadlop <badlop@process-one.net>2022-02-11 09:39:13 +0100
commitba0d5e4dcfdc93b92fc084f96d4e8528100194d7 (patch)
tree3c172e21ce15a58fccf09b8a46c0107a774a853e
parentejabberd_sql_pt got USE_NEW_SCHEMA in 78dfb83 and removed in e15595d (diff)
Nowadays NEW_SQL_SCHEMA is only used to determine the default sql schema
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e203eab6a..864a042f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 ;;