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>2008-11-18 00:50:20 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-11-18 00:50:20 (GMT)
commit5d69b60752702aac869e4f5e205ad5fee2e9e9c6 (patch)
tree3b4773d9c3de32709e65e47df9f82adcc903b564 /configure.in
parentd609b4905cb4aeb2edf3fec0ea04c56af7c31a6b (diff)
removed gnet dependancy
svn path=/trunk/; revision=3618
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.in b/configure.in
index 4b69799..61b84e5 100644
--- a/configure.in
+++ b/configure.in
@@ -376,20 +376,6 @@ AC_ARG_ENABLE(sqlite,
with_sqlite="$enableval", with_sqlite="yes")
AC_MSG_RESULT($with_sqlite)
-dnl GNET support
-AC_MSG_CHECKING([wether we build with GNET (if not, networking will be disabled)])
-AC_ARG_ENABLE(gnet,
- AC_HELP_STRING(
- [--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)
-
-if test x$with_gnet = xyes; then
- PKG_CHECK_MODULES(GNET, gnet-2.0,, AC_MSG_ERROR([*** GNET not found!]))
- AC_DEFINE([USE_GNET], 1,[Networking is enabled])
-fi
-
dnl check for python
AC_ARG_WITH(python,AC_HELP_STRING(
[--with-python=path],
@@ -583,7 +569,6 @@ echo "XF86VM option (--enable-xf86vidmode) = $found_xf86vidmode"
echo "SQLITE database (--enable-sqlite) = $with_sqlite (profiles depend on this)"
-echo "GNET Networking (--enable-gnet) = $with_gnet (networking depends on this)"
echo "BINRELOC (--enable-binreloc) = $br_cv_binreloc"
echo "NSBundle (--enable-nsbundle) = $nsbundle"