mirror of
https://https.git.savannah.gnu.org/git/patch.git
synced 2026-01-26 16:09:26 +00:00
Fix gl_gcc_warnings typo in ‘configure’
* configure.ac (gl_gcc_warnings): Always set before using, fixing a typo I introduced Sat Aug 24 08:28:18 2024 -0700.
This commit is contained in:
parent
2313b37f6a
commit
33a7fd89ec
@ -53,7 +53,8 @@ AC_ARG_ENABLE([gcc-warnings],
|
||||
no|yes|expensive) ;;
|
||||
*) AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;;
|
||||
esac
|
||||
gl_gcc_warnings=$enableval]
|
||||
gl_gcc_warnings=$enableval],
|
||||
[gl_gcc_warnings=no]
|
||||
)
|
||||
|
||||
if test $gl_gcc_warnings != no; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user