summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-28 16:33:44 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-28 17:20:15 +0300
commit84844f0cacc0a0f2507bba384e20a4fe7e7540cf (patch)
tree04c362bd3c712b53a57a7a00d309bf2688083b94 /configure.ac
parent4a427d42fa8596f5aa1fd8a9ba346e809f9d7fae (diff)
downloadplus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.gz
plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.bz2
plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.xz
plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.zip
Remove eathena flag from make files and configure.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index a15ec4dee..ed1df50c6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -362,17 +362,6 @@ else
without_librt=no
fi
-# Enable eAthena
-AC_ARG_ENABLE(eathena,
-[ --enable-eathena Turn on eAthena support],
-[case "${enableval}" in
- yes) with_eathena=true ;;
- no) with_eathena=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-eathena) ;;
-esac],[with_eathena=true])
-
-AM_CONDITIONAL(ENABLE_EATHENA, test x$with_eathena = xtrue)
-
# Enable tmwA
AC_ARG_ENABLE(tmwa,
[ --enable-tmwa Turn on tmwA support],