From 913705174357a514e6ffa62ec32df75dbbce5cf5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Oct 2012 00:11:32 +0300 Subject: Complete support for USE_MUMBLE flag. --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 45d285a59..256f17507 100755 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,15 @@ else fi AM_CONDITIONAL(USE_INTERNALGUICHAN, test x$with_internalguichan = xyes) +# Option to enable mumble support +AC_ARG_WITH(internalguichan,[ --without-mumble don't use mumble integration ] ) +if test "x$with_mumble" == "xno"; then + with_mumble=no +else + with_mumble=yes +fi +AM_CONDITIONAL(USE_MUMBLE, test x$with_mumble = xyes) + AC_CHECK_LIB(SDL_net, SDLNet_Init, , AC_MSG_ERROR([ *** Unable to find SDL_net library])) -- cgit v1.2.3-60-g2f50