diff options
author | 2024-05-13 19:47:35 +0200 | |
---|---|---|
committer | 2024-05-13 19:47:35 +0200 | |
commit | bbf0c65cdeeef3f82d0533d356fd756232c4e4a7 (patch) | |
tree | a82fe94fe1bb5c8c868b4705f8388e138b4ca8ef /configure.ac | |
parent | 1ee8d0ac233fb510260dbf3a647fbd02f1a92825 (diff) | |
download | libimobiledevice-glue-bbf0c65cdeeef3f82d0533d356fd756232c4e4a7.tar.gz libimobiledevice-glue-bbf0c65cdeeef3f82d0533d356fd756232c4e4a7.tar.bz2 |
Revert "Use updated libplist 2.5.0 API"
This reverts commit e61817ae57aac7252499268a9276692a32dc3e01.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eae80e8..6059128 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ if test -z $PACKAGE_VERSION; then fi dnl Minimum package versions -LIBPLIST_VERSION=2.5.0 +LIBPLIST_VERSION=2.3.0 AC_SUBST(LIBIMOBILEDEVICE_GLUE_SO_VERSION) AC_SUBST(LIBPLIST_VERSION) |