gcompris r3759 - branches/GCOMPRIS_8_3
- From: bcoudoin svn gnome org
- To: svn-commits-list gnome org
- Subject: gcompris r3759 - branches/GCOMPRIS_8_3
- Date: Wed, 4 Mar 2009 21:05:55 +0000 (UTC)
Author: bcoudoin
Date: Wed Mar 4 21:05:55 2009
New Revision: 3759
URL: http://svn.gnome.org/viewvc/gcompris?rev=3759&view=rev
Log:
- gnet is now enable by default.
Merged from trunk 3758
Modified:
branches/GCOMPRIS_8_3/ (props changed)
branches/GCOMPRIS_8_3/ChangeLog
branches/GCOMPRIS_8_3/configure.in
Modified: branches/GCOMPRIS_8_3/configure.in
==============================================================================
--- branches/GCOMPRIS_8_3/configure.in (original)
+++ branches/GCOMPRIS_8_3/configure.in Wed Mar 4 21:05:55 2009
@@ -398,14 +398,14 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]