Searched refs:enable_gcc_warnings (Results 1 – 3 of 3) sorted by relevance
77 [case $enable_gcc_warnings in79 *) AC_MSG_ERROR([invalid value for --gcc-warnings: $enable_gcc_warnings]);;81 [enable_gcc_warnings=no])82 if test "$enable_gcc_warnings" = yes; then
7478 enableval=$enable_gcc_warnings; case $enable_gcc_warnings in7480 *) as_fn_error $? "invalid value for --gcc-warnings: $enable_gcc_warnings" "$LINENO" 5;;7483 enable_gcc_warnings=no7486 if test "$enable_gcc_warnings" = yes; then
3813 * configure.ac: Use enable_gcc_warnings instead of enableval,