From 5d69b60752702aac869e4f5e205ad5fee2e9e9c6 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Tue, 18 Nov 2008 00:50:20 +0000 Subject: removed gnet dependancy svn path=/trunk/; revision=3618 --- (limited to 'configure.in') 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" -- cgit v0.9.1