mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
5 lines
131 B
Plaintext
5 lines
131 B
Plaintext
dnl AC_FIND_FUNC(func, arguments)
|
|
AC_DEFUN([AC_CHECK_MATH_FUNC], [
|
|
AC_FIND_FUNC_NO_LIBS([$1], [m], [#include <math.h>], [$2])
|
|
])
|