From 83407fabeb7af078c2d953fea2693fa27e541346 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Wed, 04 Mar 2009 21:01:54 +0000 Subject: - gnet is now enable by default. svn path=/trunk/; revision=3758 --- (limited to 'configure.in') diff --git a/configure.in b/configure.in index 443573d..d6b9c61 100644 --- a/configure.in +++ b/configure.in @@ -366,14 +366,14 @@ if test x$TETEX = xno; then AC_MSG_WARN(Couldn't find texi2html usualy in the tetex package, please install it) fi - + dnl GNET support AC_MSG_CHECKING([wether we build with GNET (if not, networking will be disabled)]) AC_ARG_ENABLE(gnet, AC_HELP_STRING( [--disable-gnet], - [Turn on gnet (will let GCompris fetch content from a web server)]), - with_gnet="$enableval", with_gnet="no") + [Turn off gnet (will not let GCompris fetch content from a web server)]), + with_gnet="$enableval", with_gnet="yes") AC_MSG_RESULT($with_gnet) if test x$with_gnet = xyes; then -- cgit v0.9.1