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 /configure.ac | |
parent | ed4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a (diff) | |
download | plus-3efd5188c210477fe3d5c895f266fcf2c6da184c.tar.gz plus-3efd5188c210477fe3d5c895f266fcf2c6da184c.tar.bz2 plus-3efd5188c210477fe3d5c895f266fcf2c6da184c.tar.xz plus-3efd5188c210477fe3d5c895f266fcf2c6da184c.zip |
Enable eathena compilation in configure.
Also remove eathena flag from different scripts.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |