aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index de30e6a..9bdaa75 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1092,7 +1092,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"* )