From 3b537e109df901df3da4c706f827c8d3d39a7238 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Jun 2012 19:34:08 +0300 Subject: Add basic support for eathena stable. Can register, create char, connect to map server and get map info. --- configure.ac | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a68562cbb..eb2c55fc8 100755 --- a/configure.ac +++ b/configure.ac @@ -178,7 +178,7 @@ fi # Enable manaserv AC_ARG_ENABLE(manaserv, -[ --enable-manaserv Turn on manaserv], +[ --enable-manaserv Turn on manaserv support], [case "${enableval}" in yes) with_manaserv=true ;; no) with_manaserv=false ;; @@ -187,6 +187,17 @@ esac],[with_manaserv=false]) AM_CONDITIONAL(ENABLE_MANASERV, test x$with_manaserv = xtrue) +# 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=false]) + +AM_CONDITIONAL(ENABLE_EATHENA, test x$with_eathena = xtrue) + # Enable portable AC_ARG_ENABLE(portable, [ --enable-portable Turn on portable mode for linux], -- cgit v1.2.3-70-g09d2