diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-03-13 05:37:48 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-03-13 05:37:48 +0000 |
commit | ca231fcc24d907f422ec6aff0529899543a58541 (patch) | |
tree | e5c873a69cef9622637d92e8aa64316a7fd5b4d5 /gdb/configure | |
parent | f996f4135f11c2e027a56ce62c5446afba1e6bb5 (diff) | |
download | gdb-ca231fcc24d907f422ec6aff0529899543a58541.zip gdb-ca231fcc24d907f422ec6aff0529899543a58541.tar.gz gdb-ca231fcc24d907f422ec6aff0529899543a58541.tar.bz2 |
* configure.ac: Use '=', not '=='; the latter is a GNU extension.
* configure: Regenerated.
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"* ) |