aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/configure
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-09-06 10:35:22 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2010-09-06 10:35:22 +0000
commit84f47d20bbdf810c4c0643b9980cd9bc57d4d296 (patch)
tree686ec3d14a4b3286714f267865338ffb8bc5546e /libdecnumber/configure
parente5cb031ff9f42f007f461cd7bbe6b77c643b584c (diff)
downloadgcc-84f47d20bbdf810c4c0643b9980cd9bc57d4d296.zip
gcc-84f47d20bbdf810c4c0643b9980cd9bc57d4d296.tar.gz
gcc-84f47d20bbdf810c4c0643b9980cd9bc57d4d296.tar.bz2
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
Diffstat (limited to 'libdecnumber/configure')
-rwxr-xr-xlibdecnumber/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdecnumber/configure b/libdecnumber/configure
index 636839c..134c257 100755
--- a/libdecnumber/configure
+++ b/libdecnumber/configure
@@ -4606,8 +4606,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