diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-19 22:05:57 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-19 22:05:57 +0000 |
commit | a02514bc54c044f141520118ffd7e0b6ff5ecae2 (patch) | |
tree | dfe93655eac7e4e2839db311f86d8e035ba8e0b3 /configure | |
parent | 6fc8fc296c58e7a935fc6ee1d2775d02367edd95 (diff) | |
download | hercules-a02514bc54c044f141520118ffd7e0b6ff5ecae2.tar.gz hercules-a02514bc54c044f141520118ffd7e0b6ff5ecae2.tar.bz2 hercules-a02514bc54c044f141520118ffd7e0b6ff5ecae2.tar.xz hercules-a02514bc54c044f141520118ffd7e0b6ff5ecae2.zip |
* Added `--enable-buildbot` to configure.in (follow-up to r15128).
* Fixed TXT-removal branch configure and Makefile errors and removed TXT-only leftovers.
* SQL libs are now required to configure/make TXT-removal branch.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15499 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 14870 . +# From configure.in Revision: 15238 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -272,7 +272,7 @@ PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= -ac_unique_file="eAthena" +ac_unique_file="rAthena" ac_unique_file="src/common/cbasetypes.h" # Factoring default headers for most tests. ac_includes_default="\ @@ -849,6 +849,8 @@ Optional Features: --enable-debug[=ARG] Compiles extra debug code. (disabled by default) (available options: yes, no, gdb) + --enable-buildbot[=ARG] + (available options: yes, no) --enable-rdtsc Uses rdtsc as timing source (disabled by default) Enable it when you've timing issues. (For example: in conjunction with XEN or Other Virtualization @@ -1405,8 +1407,9 @@ else fi; # -# BuildBot +# Buildbot # +# Check whether --enable-buildbot or --disable-buildbot was given. if test "${enable_buildbot+set}" = set; then enableval="$enable_buildbot" @@ -1424,7 +1427,6 @@ else fi; - # # RDTSC as Tick Source # @@ -4495,14 +4497,13 @@ esac # case $enable_buildbot in "no") - #default value + # default value ;; "yes") - CFLAGS="$CFLAGS -g -DBUILDBOT" + CFLAGS="$CFLAGS -DBUILDBOT" ;; esac - # # RDTSC # |