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
af108d0556
commit
149fbb73bf
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ then
|
||||||
AC_DEFINE_UNQUOTED([MAX_ACCSETS], [$enable_max_accsets],
|
AC_DEFINE_UNQUOTED([MAX_ACCSETS], [$enable_max_accsets],
|
||||||
[The maximal number of acceptance sets supported (also known as acceptance marks)])
|
[The maximal number of acceptance sets supported (also known as acceptance marks)])
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
# Activate C11 for gnulib tests
|
# Activate C11 for gnulib tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue