Home
last modified time | relevance | path

Searched refs:enable_gcc_warnings (Results 1 – 3 of 3) sorted by relevance

/external/bison/
Dconfigure.ac77 [case $enable_gcc_warnings in
79 *) AC_MSG_ERROR([invalid value for --gcc-warnings: $enable_gcc_warnings]);;
81 [enable_gcc_warnings=no])
82 if test "$enable_gcc_warnings" = yes; then
Dconfigure7478 enableval=$enable_gcc_warnings; case $enable_gcc_warnings in
7480 *) as_fn_error $? "invalid value for --gcc-warnings: $enable_gcc_warnings" "$LINENO" 5;;
7483 enable_gcc_warnings=no
7486 if test "$enable_gcc_warnings" = yes; then
DChangeLog3813 * configure.ac: Use enable_gcc_warnings instead of enableval,