mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-29 20:32:12 +02:00
On AIX, the resolver functions are in libc, so trying libresolv will cause the checks to fail. The behaviour should be instead like AC_SEARCH_LIBS. This hardcodes a check not to use libresolv on AIX. Better than nothing, but it may not compensate for other systems without a libresolv.