From 84f47d20bbdf810c4c0643b9980cd9bc57d4d296 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 6 Sep 2010 10:35:22 +0000 Subject: dfp.m4: Quote argument of AC_MSG_WARN. config/: * dfp.m4: Quote argument of AC_MSG_WARN. gcc/: * configure.ac: Quote argument of AC_MSG_WARN. * configure: Regenerate. libdecnumber/: * configure: Regenerate. libgcc/: * configure: Regenerate. From-SVN: r163909 --- libgcc/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgcc/configure') diff --git a/libgcc/configure b/libgcc/configure index e6d42a1..c1a76ee 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -3651,8 +3651,8 @@ else enable_decimal_float=yes ;; *) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target" >&5 -$as_echo "$as_me: WARNING: decimal float is not supported for this target" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5 +$as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;} enable_decimal_float=no ;; esac -- cgit v1.1