* configure.ac: Use '=', not '=='; the latter is a GNU extension.

* configure: Regenerated.
This commit is contained in:
Jim Blandy 2005-03-13 05:37:48 +00:00
parent f996f4135f
commit ca231fcc24
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-03-13 Jim Blandy <jimb@redhat.com>
* configure.ac: Use '=', not '=='; the latter is a GNU extension.
* configure: Regenerated.
2005-03-11 Michael Snyder <msnyder@redhat.com>
* mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace

2
gdb/configure vendored
View File

@ -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"* )

View File

@ -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"* )