source: heimdal/trunk/cf/find-if-not-broken.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 208 bytes
Line 
1dnl $Id$
2dnl
3dnl
4dnl Mix between AC_FIND_FUNC and AC_BROKEN
5dnl
6
7AC_DEFUN([AC_FIND_IF_NOT_BROKEN],
8[AC_FIND_FUNC([$1], [$2], [$3], [$4])
9if eval "test \"$ac_cv_func_$1\" != yes"; then
10 rk_LIBOBJ([$1])
11fi
12])
Note: See TracBrowser for help on using the repository browser.