diff options
Diffstat (limited to 'source4/heimdal/cf/find-func.m4')
-rw-r--r-- | source4/heimdal/cf/find-func.m4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/heimdal/cf/find-func.m4 b/source4/heimdal/cf/find-func.m4 new file mode 100644 index 0000000000..aa500283f2 --- /dev/null +++ b/source4/heimdal/cf/find-func.m4 @@ -0,0 +1,9 @@ +dnl $Id: find-func.m4,v 1.2 2004/02/12 14:20:47 lha Exp $ +dnl +dnl AC_FIND_FUNC(func, libraries, includes, arguments) +AC_DEFUN([AC_FIND_FUNC], [ +AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4]) +if test -n "$LIB_$1"; then + LIBS="$LIB_$1 $LIBS" +fi +]) |