summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikias Bassen <nikias@gmx.li>2010-01-31 12:54:44 +0100
committerBastien Nocera <hadess@hadess.net>2010-02-01 16:27:59 +0000
commit3f3f130072c94e38d6f07ef37d425a1c86bddd29 (patch)
treec717beaef2cc480b941cc8efacb657f6df0b1bc7 /configure.ac
parenta496883e99676e30e56280b7a43551c796552d5f (diff)
downloadgvfs-3f3f130072c94e38d6f07ef37d425a1c86bddd29.tar.gz
Update AFC backend and volume monitor for libimobiledevice 0.9.7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b47f0917..f366d3a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,10 +331,10 @@ AFC_LIBS=
AFC_CFLAGS=
if test "x$enable_afc" != "xno" ; then
- PKG_CHECK_EXISTS(libiphone-1.0 >= 0.9.6, msg_afc=yes)
+ PKG_CHECK_EXISTS(libimobiledevice-1.0 >= 0.9.7, msg_afc=yes)
if test "x$msg_afc" = "xyes"; then
- PKG_CHECK_MODULES(AFC, libiphone-1.0)
+ PKG_CHECK_MODULES(AFC, libimobiledevice-1.0)
AC_DEFINE(HAVE_AFC, 1, [Define to 1 if AFC is going to be built])
fi
fi