summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/find-if-not-broken.m4
blob: 87ea36169d45ccc77fc9885b5a601c6a2dec42cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl $Id: find-if-not-broken.m4,v 1.4.8.1 2004/04/01 07:27:33 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