diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-09-06 10:35:22 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2010-09-06 10:35:22 +0000 |
commit | 84f47d20bbdf810c4c0643b9980cd9bc57d4d296 (patch) | |
tree | 686ec3d14a4b3286714f267865338ffb8bc5546e /config | |
parent | e5cb031ff9f42f007f461cd7bbe6b77c643b584c (diff) | |
download | gcc-84f47d20bbdf810c4c0643b9980cd9bc57d4d296.tar.gz |
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 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/dfp.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index cc20f81233d..bbde1fcb80d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2010-09-06 Andreas Schwab <schwab@redhat.com> + + * dfp.m4: Quote argument of AC_MSG_WARN. + 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * dfp.m4: New file. 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 |