diff configure.ac @ 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 d734216aa2b1
children d13fb462dd92 f1fa148766d6
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