From 3433dea871bcd256e2635e0b416467330633af95 Mon Sep 17 00:00:00 2001 From: blacksirius Date: Fri, 1 Jun 2012 10:16:44 +0000 Subject: 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 --- configure.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index bee9b7030..e5dae76b6 100644 --- a/configure.in +++ b/configure.in @@ -147,10 +147,9 @@ AC_ARG_ENABLE( AC_ARG_ENABLE( [64bit], AC_HELP_STRING( - [--enable-64bit], + [--disable-64bit], [ - Don't force 32 bit. (disabled by default) - 64bit support is still being tested, not recommended for production servers. + Disable 64bit binary building (enabled by default) ] ), [ @@ -161,7 +160,7 @@ AC_ARG_ENABLE( *) AC_MSG_ERROR([[invalid argument --enable-64bit=$enableval... stopping]]);; esac ], - [enable_64bit="no"] + [enable_64bit="yes"] ) -- cgit v1.2.3-60-g2f50