From: Jim Blandy Date: Sun, 13 Mar 2005 05:37:48 +0000 (+0000) Subject: * configure.ac: Use '=', not '=='; the latter is a GNU extension. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=57ee1c295e0346d37c36f540e072f1536151fdeb;p=pf3gnuchains%2Fpf3gnuchains3x.git * configure.ac: Use '=', not '=='; the latter is a GNU extension. * configure: Regenerated. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e819ef5ca1..9ef6f89e4c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2005-03-13 Jim Blandy + + * configure.ac: Use '=', not '=='; the latter is a GNU extension. + * configure: Regenerated. + 2005-03-11 Michael Snyder * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace diff --git a/gdb/configure b/gdb/configure index d6a9e03450..0f654781a4 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"* ) diff --git a/gdb/configure.ac b/gdb/configure.ac index de30e6a88d..9bdaa753cb 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"* )