diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 17:05:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 17:05:08 +0300 |
commit | 3efd5188c210477fe3d5c895f266fcf2c6da184c (patch) | |
tree | 5bae12cbd0a755ff77151efd8aa4a87e38fe1fb0 /build/bmakemem | |
parent | ed4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a (diff) | |
download | mv-3efd5188c210477fe3d5c895f266fcf2c6da184c.tar.gz mv-3efd5188c210477fe3d5c895f266fcf2c6da184c.tar.bz2 mv-3efd5188c210477fe3d5c895f266fcf2c6da184c.tar.xz mv-3efd5188c210477fe3d5c895f266fcf2c6da184c.zip |
Enable eathena compilation in configure.
Also remove eathena flag from different scripts.
Diffstat (limited to 'build/bmakemem')
-rwxr-xr-x | build/bmakemem | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/bmakemem b/build/bmakemem index 143362da0..2821714e7 100755 --- a/build/bmakemem +++ b/build/bmakemem @@ -46,8 +46,7 @@ autoreconf -i --enable-memdebug=yes \ --with-internalguichan=yes \ --enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---enable-eathena=yes +--enable-googleprofiler=no cd po make -j8 update-gmo 2>../build/make1.log |