diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index d6a9e03..0f65478 100755 --- a/gdb/configure +++ b/gdb/configure @@ -19659,7 +19659,7 @@ build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \ -Wunused-label -Wunused-function" # GCC supports -Wuninitialized only with -O or -On, n != 0. -if test x${CFLAGS+set} == xset; then +if test x${CFLAGS+set} = xset; then case "${CFLAGS}" in *"-O0"* ) ;; *"-O"* ) |