summaryrefslogtreecommitdiff
path: root/libdecnumber/configure
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-06 10:35:22 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-06 10:35:22 +0000
commite6425baf564d4715376542ab89ba4528f259b1cb (patch)
tree686ec3d14a4b3286714f267865338ffb8bc5546e /libdecnumber/configure
parent1a41a123ecc9d267a09c89eedad21905801e5620 (diff)
downloadgcc-e6425baf564d4715376542ab89ba4528f259b1cb.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163909 138bc75d-0d04-0410-961f-82ee72b054a4
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 636839cf369..134c2574563 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