Skip to content

Fix fseeko configure check on Android for API level < 24

Volker Krause requested to merge vkrause/poppler:master into master

The availability depends on the _FILE_OFFSET_BITS define, which is set in config.h. So we need to have this during the configure check as well, to test under the same conditions.

Merge request reports