diff options
author | 2024-12-03 01:34:41 +0100 | |
---|---|---|
committer | 2024-12-03 01:34:41 +0100 | |
commit | bb5591d690a057fbc6533df2617189005ea95f40 (patch) | |
tree | 79da8f7993b4c3df0826b8f73e10d9dbd44a0f17 | |
parent | 914fbb35f97b37738a93f3f80fb9548bac7afcee (diff) | |
download | idevicerestore-bb5591d690a057fbc6533df2617189005ea95f40.tar.gz idevicerestore-bb5591d690a057fbc6533df2617189005ea95f40.tar.bz2 |
configure: Fix Linux build with LTO
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9d71e95..9c27a7b 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,7 @@ if test x$ac_cv_func_strsep != xyes; then fi fi +AC_SEARCH_LIBS([ceil], [m]) AC_CHECK_HEADER(endian.h, [ac_cv_have_endian_h="yes"], [ac_cv_have_endian_h="no"]) if test "x$ac_cv_have_endian_h" = "xno"; then |