Skip to content

Commit

Permalink
Revert "autoconf: Updated libplist version requirement"
Browse files Browse the repository at this point in the history
This reverts commit 490058e.
  • Loading branch information
nikias committed May 13, 2024
1 parent 490058e commit 8148487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LT_INIT

# Checks for libraries.
PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.3.0)
PKG_CHECK_MODULES(libplist, libplist-2.0 >= 2.5.0)
PKG_CHECK_MODULES(libplist, libplist-2.0 >= 2.3.0)
PKG_CHECK_MODULES(libzip, libzip >= 0.10)

# Checks for header files.
Expand Down

0 comments on commit 8148487

Please sign in to comment.