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>2006-10-01 15:39:07 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-01 15:39:07 (GMT)
commit99adde116cd551d7fdb54f84e52a7b28e099a328 (patch)
treee5f3c887a353c82f50c7a45ae90882434e97ea30 /configure.in
parent0b1cffaf9a09814c104cf9ef18cbc1586eb308c3 (diff)
- Improved the activation system for windows
* configure.in: typo in disable-gnet
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f6ebf4d..f408661 100644
--- a/configure.in
+++ b/configure.in
@@ -269,7 +269,7 @@ 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],
+ [--enable-gnet],
[Turn on gnet (will let GCompris fetch content from a web server)]),
with_gnet="$enableval", with_gnet="no")
AC_MSG_RESULT($with_gnet)