Files
mongo-php-driver/scripts
Peter Kokot 644a2b355c Fix AC_CHECK_FUNC macro call syntax for rand_r()
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.
2018-10-02 13:54:32 +01:00
..
2015-04-01 14:52:24 -07:00
2018-08-30 11:45:37 +01:00
2015-02-19 13:57:58 -08:00
2018-06-19 11:15:58 +01:00