diff options
| author | 2020-06-14 01:40:23 +0200 | |
|---|---|---|
| committer | 2020-06-14 23:36:23 +0200 | |
| commit | f4dc7be659d45f6d58b938872207e95ec41e8b08 (patch) | |
| tree | 44e1ac40479412de38e54aec1805ea97ce782b4a /configure.ac | |
| parent | 242820ea63e18f994a4c0a3998824c6433b7c4d7 (diff) | |
| download | libimobiledevice-f4dc7be659d45f6d58b938872207e95ec41e8b08.tar.gz libimobiledevice-f4dc7be659d45f6d58b938872207e95ec41e8b08.tar.bz2 | |
Add API version for libplist library check macro in configure.ac
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 5b12d24..fad84c6 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -104,7 +104,7 @@ AC_TRY_COMPILE([ | |||
| 104 | enum usbmux_lookup_options opts = DEVICE_LOOKUP_USBMUX | DEVICE_LOOKUP_NETWORK | DEVICE_LOOKUP_PREFER_NETWORK; | 104 | enum usbmux_lookup_options opts = DEVICE_LOOKUP_USBMUX | DEVICE_LOOKUP_NETWORK | DEVICE_LOOKUP_PREFER_NETWORK; |
| 105 | ],, AC_MSG_ERROR([[libusbmuxd (usbmuxd.h) is not up-to-date; missing enum usbmux_lookup_options with DEVICE_LOOKUP_USBMUX, DEVICE_LOOKUP_NETWORK, and DEVICE_LOOKUP_PREFER_NETWORK - Please update libusbmuxd to build $PACKAGE_NAME]])) | 105 | ],, AC_MSG_ERROR([[libusbmuxd (usbmuxd.h) is not up-to-date; missing enum usbmux_lookup_options with DEVICE_LOOKUP_USBMUX, DEVICE_LOOKUP_NETWORK, and DEVICE_LOOKUP_PREFER_NETWORK - Please update libusbmuxd to build $PACKAGE_NAME]])) |
| 106 | 106 | ||
| 107 | AC_CHECK_LIB([plist], [plist_string_val_compare],, [AC_MSG_ERROR([[libplist is not up-to-date; missing plist_string_val_compare() etc. functions - Please update libplist to build $PACKAGE_NAME]])]) | 107 | AC_CHECK_LIB([plist-2.0], [plist_string_val_compare],, [AC_MSG_ERROR([[libplist is not up-to-date; missing plist_string_val_compare() etc. functions - Please update libplist to build $PACKAGE_NAME]])]) |
| 108 | 108 | ||
| 109 | CFLAGS="$CACHED_CFLAGS" | 109 | CFLAGS="$CACHED_CFLAGS" |
| 110 | LDFLAGS="$CACHED_LDFLAGS" | 110 | LDFLAGS="$CACHED_LDFLAGS" |
