mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-08 13:59:54 +01:00
Call check directly instead of going trough AC_CHECK_LIB and AC_CHECK_HEADERS to avoid caching (bad if we want to test the same lib twice, passing different flags). Also check just one header as it makes things simpler (no need to check for more than one anyway). Signed-off-by: Luca Bigliardi <shammash@artha.org>