[gvfs] configure.ac: AFC needs libimobiledevice-1.2



commit b5d2c2042d84aa9c875699c996e49cb94c674ff1
Author: Marinus Schraal <mschraal src gnome org>
Date:   Mon Jul 18 15:09:32 2016 +0200

    configure.ac: AFC needs libimobiledevice-1.2
    
    The changes done to the afc support in 1.29.3 need a newer
    libimobiledevice.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768922

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4b54309..dcb0136 100644
--- a/configure.ac
+++ b/configure.ac
@@ -404,7 +404,7 @@ AC_ARG_ENABLE([afc], [AS_HELP_STRING([--disable-afc],[build without AFC backend]
 msg_afc=no
 
 if test "x$enable_afc" != "xno" ; then
-  PKG_CHECK_EXISTS([libimobiledevice-1.0 >= 1.1.5 libplist >= 0.15], [msg_afc=yes])
+  PKG_CHECK_EXISTS([libimobiledevice-1.0 >= 1.2 libplist >= 0.15], [msg_afc=yes])
 
   if test "x$msg_afc" = "xyes"; then
     PKG_CHECK_MODULES([AFC], [libimobiledevice-1.0 libplist])


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