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:
parent
6f76121b89
commit
d2e7cdb377
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue