xref: /minix3/crypto/external/bsd/heimdal/dist/cf/find-if-not-broken.m4 (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambucdnl Id
2*ebfedea0SLionel Sambucdnl
3*ebfedea0SLionel Sambucdnl
4*ebfedea0SLionel Sambucdnl Mix between AC_FIND_FUNC and AC_BROKEN
5*ebfedea0SLionel Sambucdnl
6*ebfedea0SLionel Sambuc
7*ebfedea0SLionel SambucAC_DEFUN([AC_FIND_IF_NOT_BROKEN],
8*ebfedea0SLionel Sambuc[AC_FIND_FUNC([$1], [$2], [$3], [$4])
9*ebfedea0SLionel Sambucif eval "test \"$ac_cv_func_$1\" != yes"; then
10*ebfedea0SLionel Sambuc	rk_LIBOBJ([$1])
11*ebfedea0SLionel Sambucfi
12*ebfedea0SLionel Sambuc])
13