* configure: Regenerated.
+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
-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"* )
-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"* )