configure.ac: Correct warning message

configure.ac used unintialized variable when he printed message
for enable-max-accsets

* configure.ac: here.
This commit is contained in:
Florian Renkin 2020-09-01 17:19:44 +02:00 committed by Alexandre Duret-Lutz
parent af108d0556
commit 149fbb73bf

View file

@ -71,7 +71,7 @@ then
AC_DEFINE_UNQUOTED([MAX_ACCSETS], [$enable_max_accsets],
[The maximal number of acceptance sets supported (also known as acceptance marks)])
else
AC_ERROR([The argument of --enable-max-accsets must be a multiple of $default_nb_acc])
AC_ERROR([The argument of --enable-max-accsets must be a multiple of $default_max_accsets])
fi
# Activate C11 for gnulib tests