diff options
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 |