Skip to content
Commit 15f783cc authored by S. Lockwood-Childs's avatar S. Lockwood-Childs Committed by Martin Jansa
Browse files

libimobiledevice: remove runtime configure check



configure.ac had a runtime check for large file support that got run
on 64-bit architectures, and all runtime checks must go away to be
cross-compile safe.

Luckily that runtime check was extraneous, so just remove it;
standard AC_SYS_LARGEFILE macro should be sufficient for figuring out
proper settings to get large file support.

Also un-blacklist libimobiledevice, since this problem was the
reason for the blacklist.

Signed-off-by: default avatarS. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 0b1c142f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment