gcompris r3618 - trunk
- From: bcoudoin svn gnome org
- To: svn-commits-list gnome org
- Subject: gcompris r3618 - trunk
- Date: Tue, 18 Nov 2008 00:50:20 +0000 (UTC)
Author: bcoudoin
Date: Tue Nov 18 00:50:20 2008
New Revision: 3618
URL: http://svn.gnome.org/viewvc/gcompris?rev=3618&view=rev
Log:
removed gnet dependancy
Modified:
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Nov 18 00:50:20 2008
@@ -376,20 +376,6 @@
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 "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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]