summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-01 10:16:44 +0000
committerblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-01 10:16:44 +0000
commit3433dea871bcd256e2635e0b416467330633af95 (patch)
treebe50c12305ab2193c4ad6190fff885ca4593cfaf /configure
parent5ea0945201d1fe30d0aba2b050afa15c59f5e74c (diff)
downloadhercules-3433dea871bcd256e2635e0b416467330633af95.tar.gz
hercules-3433dea871bcd256e2635e0b416467330633af95.tar.bz2
hercules-3433dea871bcd256e2635e0b416467330633af95.tar.xz
hercules-3433dea871bcd256e2635e0b416467330633af95.zip
feature merge bs-coreoptimize->trunk: Enable 64Bit build by default on adequate platforms.
Info: No need for --enable-64bit anymore, you can force to build 32bit bin's on such platforms by adding a --disable-64bit (or --enable-64bit=no) .. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16197 54d463be-8e91-2dee-dedb-b68131a5f0ec
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