OSDN Git Service

* configure.ac: Use '=', not '=='; the latter is a GNU extension.
authorjimb <jimb>
Sun, 13 Mar 2005 05:37:46 +0000 (05:37 +0000)
committerjimb <jimb>
Sun, 13 Mar 2005 05:37:46 +0000 (05:37 +0000)
* configure: Regenerated.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index e819ef5..9ef6f89 100644 (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 
index d6a9e03..0f65478 100755 (executable)
@@ -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"* )
index de30e6a..9bdaa75 100644 (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"* )