# HG changeset patch # User Rik # Date 1387213732 28800 # Node ID d9a9e13826e63b90833b4f20af4e776bbe33ebd3 # Parent 5e72998000fb3cec6a4833f6a21d29b7de0bdd07 configure.ac: Rephrase help message for --enable-float-truncate. * configure.ac: Rephrase help message for --enable-float-truncate. diff -r 5e72998000fb -r d9a9e13826e6 configure.ac --- 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