Issue 5887: changed description of --disable-64bit switch.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16200 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d1746e052d
commit
c6c471119f
4
configure
vendored
4
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Revision: 16197 .
|
||||
# From configure.in Revision: 16198 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.67.
|
||||
#
|
||||
@ -1306,7 +1306,7 @@ Optional Features:
|
||||
cpufreq is preconfigured, see your distribution's
|
||||
manual how to disable it)
|
||||
--enable-profiler=ARG Profilers: no, gprof (disabled by default)
|
||||
--disable-64bit Disable 64bit binary building (enabled by default)
|
||||
--disable-64bit Enforce 32bit output on x86_64 systems.
|
||||
--enable-lto Enables or Disables Linktime Code Optimization (LTO
|
||||
is enabled by default)
|
||||
|
||||
|
@ -149,7 +149,7 @@ AC_ARG_ENABLE(
|
||||
AC_HELP_STRING(
|
||||
[--disable-64bit],
|
||||
[
|
||||
Disable 64bit binary building (enabled by default)
|
||||
Enforce 32bit output on x86_64 systems.
|
||||
]
|
||||
),
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user