mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
dnl Shamelessly stolen from Heimdal
|
|
dnl
|
|
dnl Look for function in any of the specified libraries
|
|
dnl
|
|
|
|
dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args)
|
|
AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [
|
|
AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])])
|