From 3efd5188c210477fe3d5c895f266fcf2c6da184c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Sep 2014 17:05:08 +0300 Subject: Enable eathena compilation in configure. Also remove eathena flag from different scripts. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3-60-g2f50