[dasher] g/c --with-gvfs which I had only added for debugging.



commit fab1b36fdd8c949626183bfada81cb0dd697e2aa
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Sat Apr 2 13:56:34 2011 +0200

    g/c --with-gvfs which I had only added for debugging.

 configure.ac |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b12cbc4..d5e08fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,18 +74,8 @@ AC_ARG_WITH([gnome],
 	fi, 
 	WITHGNOME=true)
 
-dnl Just useful for debugging
-AC_ARG_WITH([gvfs],
-	AS_HELP_STRING([--with-gvfs],
-		[build with gvfs from gio in glib (default is YES)]),
-	[],
-	with_gvfs="yes")
-if test "x$with_gvfs" != "xno"; then
-	PKG_CHECK_MODULES(GIO, gio-2.0,
-		[have_gio=true
-		AC_DEFINE(HAVE_GIO, 1, [gio exists so use gvfs])],
-		[have_gio=false])
-fi
+PKG_CHECK_MODULES(GIO, gio-2.0,
+	[AC_DEFINE(HAVE_GIO, 1, [gio exists so use gvfs])])
 
 AC_ARG_ENABLE([speech],
 	 AS_HELP_STRING([--enable-speech],[build with speech support (default is NO)]),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]