summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/find-if-not-broken.m4
blob: e855ec7a6903b4806ff56ae39bd24bb37531196c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl $Id: find-if-not-broken.m4,v 1.2 1998/03/16 22:16:27 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
LIBOBJS[]="$LIBOBJS $1.o"
fi
AC_SUBST(LIBOBJS)dnl
])
OpenPOWER on IntegriCloud