libimobiledevice / libirecovery

Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
https://libimobiledevice.org
GNU Lesser General Public License v2.1
566 stars 208 forks source link

configure.ac: Remove largefile hackery #58

Closed neheb closed 4 years ago

neheb commented 4 years ago

It requires a program to be ran, which cannot be done when cross compiling. AC_SYS_LARGEFILE seems to be enough to implement largefile checking.

A similar change was merged into libimobiledevice.