* configure.ac: Use '=', not '=='; the latter is a GNU extension.
authorJim Blandy <jimb@codesourcery.com>
Sun, 13 Mar 2005 05:37:48 +0000 (05:37 +0000)
committerJim Blandy <jimb@codesourcery.com>
Sun, 13 Mar 2005 05:37:48 +0000 (05:37 +0000)
* configure: Regenerated.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index e819ef5ca139b046022d7e1e5b9d321e35a4f298..9ef6f89e4cfdb5e0fb3bdfd9e3eb357e34b1ae3b 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 d6a9e03450e1e58aef441f0611cf3e020d8716b4..0f654781a4e26ce4da8ce5cc2f11126033a5281c 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 de30e6a88d9d4786c21f088d1101811bc0c0a400..9bdaa753cbdacc643808f78c8d92f3df86f8abb7 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"* )