gvfs r1771 - trunk
- From: gicmo svn gnome org
- To: svn-commits-list gnome org
- Subject: gvfs r1771 - trunk
- Date: Wed, 21 May 2008 08:44:12 +0000 (UTC)
Author: gicmo
Date: Wed May 21 08:44:12 2008
New Revision: 1771
URL: http://svn.gnome.org/viewvc/gvfs?rev=1771&view=rev
Log:
Check for gphoto2 >= 2.4.0. Fixes #531702
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed May 21 08:44:12 2008
@@ -306,7 +306,7 @@
if test "x$msg_gphoto2" == "xyes"; then
if test "x$use_gphoto2" == "xyes"; then
- PKG_CHECK_MODULES(GPHOTO2, libgphoto2)
+ PKG_CHECK_MODULES(GPHOTO2, libgphoto2 >= 2.4.0)
AC_DEFINE(HAVE_GPHOTO2, 1, [Define to 1 if gphoto2 is available])
else
AC_MSG_WARN([Not building with gphoto2 support. Need OS tweaks in hal volume monitor.])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]