summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index d1fbe948..01ac4531 100755
--- a/configure
+++ b/configure
@@ -1597,9 +1597,10 @@ fi
if [ -n "$nan_boxing" ] ; then
if [ $SIZEOF_PTR -ne 8 ] ; then
- printf "Warning: NaN boxing disabled: it requires 32 bit pointers\n"
+ printf "Warning: NaN boxing disabled: it requires 64 bit pointers\n"
+ else
+ printf "#define CONFIG_NAN_BOXING 1\n" >> config.h
fi
- printf "#define CONFIG_NAN_BOXING 1\n" >> config.h
fi
if [ -n "$nan_boxing" ] ; then