mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-30 04:42:15 +02:00
The AC_CHECK_FUNC macro has only the following form: AC_CHECK_FUNC(function, [action-if-found], [action-if-not-found]) In most cases adding more arguments to macro call don't cause errors, but it also doesn't have any functionality either.