summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 51c11fa8..ca4e738b 100755
--- a/configure
+++ b/configure
@@ -1586,8 +1586,7 @@ fi
if ! [ $nan_boxing_given ] ; then
printf "Checking whether to use NaN boxing ... "
- # too experimental: disabled
- if false && [ $SIZEOF_PTR -eq 8 ] ; then
+ if [ $SIZEOF_PTR -eq 8 ] ; then
nan_boxing=y
printf "yes\n"
else