comparison configure.ac @ 18156:d13fb462dd92 gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Sat, 21 Dec 2013 13:44:13 -0500
parents 2982b42c7469 d9a9e13826e6
children 8071c0a9d193 eb51f47d9dee
comparison
equal deleted inserted replaced
18155:14acb08d75fa 18156:d13fb462dd92
441 ### time (only native builds on MinGW and Cygwin *might* benefit). 441 ### time (only native builds on MinGW and Cygwin *might* benefit).
442 ### Maybe, one could generate assembly code with -S option and inspect 442 ### Maybe, one could generate assembly code with -S option and inspect
443 ### it without having to run an executable, but this sounds pretty dicey. 443 ### it without having to run an executable, but this sounds pretty dicey.
444 AC_ARG_ENABLE([float-truncate], 444 AC_ARG_ENABLE([float-truncate],
445 [AS_HELP_STRING([--enable-float-truncate], 445 [AS_HELP_STRING([--enable-float-truncate],
446 [enables truncating intermediate FP results.])], 446 [truncate intermediate FP results])],
447 [if test "$enableval" = yes; then 447 [if test "$enableval" = yes; then
448 ac_float_truncate=volatile 448 ac_float_truncate=volatile
449 else 449 else
450 ac_float_truncate= 450 ac_float_truncate=
451 fi], 451 fi],