summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/find-if-not-broken.m4
blob: 88d4fc0ba2db132cdc75faa86e8fe87637d4bfcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl $Id: find-if-not-broken.m4,v 1.4 2002/05/19 19:37:08 joda Exp $
dnl
dnl
dnl Mix between AC_FIND_FUNC and AC_BROKEN
dnl

AC_DEFUN(AC_FIND_IF_NOT_BROKEN,
[AC_FIND_FUNC([$1], [$2], [$3], [$4])
if eval "test \"$ac_cv_func_$1\" != yes"; then 
	rk_LIBOBJ([$1])
fi
])
OpenPOWER on IntegriCloud