mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
maint: fix configure.ac
Fix commit 1890a2a816.
* configure.ac: Fix variable assignment.
This commit is contained in:
@@ -63,7 +63,7 @@ AC_ARG_ENABLE([gcc-warnings],
|
||||
yes|no) ;;
|
||||
*) AC_MSG_ERROR([invalid value for --gcc-warnings: $enable_gcc_warnings]);;
|
||||
esac],
|
||||
[$enable_gcc_warnings=no])
|
||||
[enable_gcc_warnings=no])
|
||||
if test "$enable_gcc_warnings" = yes; then
|
||||
gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
|
||||
AC_SUBST([WERROR_CFLAGS])
|
||||
|
||||
Reference in New Issue
Block a user