summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure b/configure
index 31ece88f4..d8fb1068e 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 15584 .
+# From configure.in Revision: 16196 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67.
#
@@ -1305,9 +1305,7 @@ Optional Features:
cpufreq is preconfigured, see your distribution's
manual how to disable it)
--enable-profiler=ARG Profilers: no, gprof (disabled by default)
- --enable-64bit Don't force 32 bit. (disabled by default) 64bit
- support is still being tested, not recommended for
- production servers.
+ --disable-64bit Disable 64bit binary building (enabled by default)
--enable-lto Enables or Disables Linktime Code Optimization (LTO
is enabled by default)
@@ -3504,7 +3502,7 @@ if test "${enable_64bit+set}" = set; then :
esac
else
- enable_64bit="no"
+ enable_64bit="yes"
fi