This commit was manufactured by cvs2svn to create tag
[heimdal.git] / cf / find-if-not-broken.m4
blob822e297708eee29415b6987810fe1d1205b9f7b1
1 dnl $Id$
2 dnl
3 dnl
4 dnl Mix between AC_FIND_FUNC and AC_BROKEN
5 dnl
7 AC_DEFUN(AC_FIND_IF_NOT_BROKEN,
8 [AC_FIND_FUNC([$1], [$2], [$3], [$4])
9 if eval "test \"$ac_cv_func_$1\" != yes"; then
10 LIBOBJS[]="$LIBOBJS $1.o"
12 AC_SUBST(LIBOBJS)dnl