source:
heimdal/trunk/cf/find-if-not-broken.m4@
4
Last change on this file since 4 was 1, checked in by , 10 years ago | |
---|---|
File size: 208 bytes |
Line | |
---|---|
1 | dnl $Id$ |
2 | dnl |
3 | dnl |
4 | dnl Mix between AC_FIND_FUNC and AC_BROKEN |
5 | dnl |
6 | |
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 | rk_LIBOBJ([$1]) |
11 | fi |
12 | ]) |
Note:
See TracBrowser
for help on using the repository browser.