diff options
author | Nikias Bassen | 2022-04-14 00:14:14 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-04-14 00:14:14 +0200 |
commit | 6a16d60c4d0cc471d33457e90a97ba2e8b410be2 (patch) | |
tree | cc604026b05122d056c57b8e1b8bc2357123285b | |
parent | 9052c7fa33469957df59277120fbcea10d5ecbfe (diff) | |
download | idevicerestore-6a16d60c4d0cc471d33457e90a97ba2e8b410be2.tar.gz idevicerestore-6a16d60c4d0cc471d33457e90a97ba2e8b410be2.tar.bz2 |
configure: Make sure the plist_from_json works
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 85cba48..d9f9023 100644 --- a/configure.ac +++ b/configure.ac @@ -72,6 +72,7 @@ GLOBAL_CFLAGS="-Wno-multichar -O2" AC_LDADD="" AC_LDFLAGS="" +CFLAGS="$CFLAGS $libplist_CFLAGS" AC_CHECK_DECL([plist_from_json], [], [AC_MSG_ERROR([libplist with JSON format support required to build $PACKAGE_NAME])], [[#include <plist/plist.h>]]) # Check for operating system |