diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-06 10:35:22 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-06 10:35:22 +0000 |
commit | e6425baf564d4715376542ab89ba4528f259b1cb (patch) | |
tree | 686ec3d14a4b3286714f267865338ffb8bc5546e /config/dfp.m4 | |
parent | 1a41a123ecc9d267a09c89eedad21905801e5620 (diff) | |
download | gcc-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 'config/dfp.m4')
-rw-r--r-- | config/dfp.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4 index 4cace763fa4..3b7de7043ab 100644 --- a/config/dfp.m4 +++ b/config/dfp.m4 @@ -24,7 +24,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; enable_decimal_float=yes ;; *) - AC_MSG_WARN(decimal float is not supported for this target, ignored) + AC_MSG_WARN([decimal float is not supported for this target, ignored]) enable_decimal_float=no ;; esac |