changeset 18141:d9a9e13826e6 stable

configure.ac: Rephrase help message for --enable-float-truncate. * configure.ac: Rephrase help message for --enable-float-truncate.
author Rik <rik@octave.org>
date Mon, 16 Dec 2013 09:08:52 -0800
parents 5e72998000fb
children fc90c578a60d
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Dec 16 11:41:30 2013 -0500
+++ b/configure.ac	Mon Dec 16 09:08:52 2013 -0800
@@ -443,7 +443,7 @@
 ###        it without having to run an executable, but this sounds pretty dicey.
 AC_ARG_ENABLE([float-truncate],
   [AS_HELP_STRING([--enable-float-truncate],
-    [enables truncating intermediate FP results.])],
+    [truncate intermediate FP results])],
   [if test "$enableval" = yes; then
      ac_float_truncate=volatile
    else