Enable ANA by default for autotools.

This commit is contained in:
Mark de Wever 2010-07-25 06:01:04 +00:00
parent 2727c9d08a
commit e82e18f816
2 changed files with 2 additions and 1 deletions

View file

@ -265,7 +265,7 @@ AC_ARG_WITH([fribidi],
AC_ARG_ENABLE([ana],
AS_HELP_STRING([--enable-ana], [use the experimental ANA networking framework (work-in-progress)]),
[ana=$enableval],
[ana=no])
[ana=yes])
AC_ARG_ENABLE([pool-alloc],
AS_HELP_STRING([--enable-pool-alloc], [enable the pool allocator]),

View file

@ -392,6 +392,7 @@ campaignd_DEPENDENCIES=libwesnoth-core.a
if ANA
campaignd_LDADD += $(BOOST_SYSTEM_LIBS) $(BOOST_THREAD_LIBS) -lana
campaignd_DEPENDENCIES += libana.a
campaignd_SOURCES += network_worker.cpp
endif
#############################################################################