Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-03-04 21:01:54 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-03-04 21:01:54 (GMT)
commit83407fabeb7af078c2d953fea2693fa27e541346 (patch)
tree48bd512db80c079d7bbb5248a61d62949672ec75 /configure.in
parent6dc094b607879b85af025ea5678fabcdb3cec631 (diff)
- gnet is now enable by default.
svn path=/trunk/; revision=3758
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
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