summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-14 17:05:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-14 17:05:08 +0300
commit3efd5188c210477fe3d5c895f266fcf2c6da184c (patch)
tree5bae12cbd0a755ff77151efd8aa4a87e38fe1fb0
parented4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a (diff)
downloadmv-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.
-rwxr-xr-xbuild/bmake3
-rwxr-xr-xbuild/bmakedebug1
-rwxr-xr-xbuild/bmakemem3
-rwxr-xr-xbuild/bmakespeed3
-rwxr-xr-xconfigure.ac2
5 files changed, 4 insertions, 8 deletions
diff --git a/build/bmake b/build/bmake
index 11f4c74f3..6be245c02 100755
--- a/build/bmake
+++ b/build/bmake
@@ -48,8 +48,7 @@ autoreconf -i
--mandir=$dir/run/share/man \
--enable-memdebug=no \
--enable-tcmalloc=no \
---enable-googleprofiler=no \
---enable-eathena=yes
+--enable-googleprofiler=no
cd po
make -j8 update-gmo 2>../build/make1.log
diff --git a/build/bmakedebug b/build/bmakedebug
index 935666128..1db68d26f 100755
--- a/build/bmakedebug
+++ b/build/bmakedebug
@@ -51,7 +51,6 @@ autoreconf -i
--with-internalguichan=yes \
--enable-tcmalloc=no \
--enable-googleprofiler=no \
---enable-eathena=yes \
--enable-checks=yes
cd po
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
diff --git a/build/bmakespeed b/build/bmakespeed
index 8162e465d..f36f02689 100755
--- a/build/bmakespeed
+++ b/build/bmakespeed
@@ -20,8 +20,7 @@ autoreconf -i
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \
--mandir=$dir/run/share/man \
---with-internalguichan=yes \
---enable-eathena=yes
+--with-internalguichan=yes
cd po
make -j8 update-gmo 2>../build/make1.log
diff --git a/configure.ac b/configure.ac
index dfbba60cf..06a08fbc8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -283,7 +283,7 @@ AC_ARG_ENABLE(eathena,
yes) with_eathena=true ;;
no) with_eathena=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-eathena) ;;
-esac],[with_eathena=false])
+esac],[with_eathena=true])
AM_CONDITIONAL(ENABLE_EATHENA, test x$with_eathena = xtrue)