summaryrefslogtreecommitdiff
path: root/source4/heimdal/cf/find-func.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/cf/find-func.m4')
-rw-r--r--source4/heimdal/cf/find-func.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/heimdal/cf/find-func.m4 b/source4/heimdal/cf/find-func.m4
deleted file mode 100644
index 865772a700..0000000000
--- a/source4/heimdal/cf/find-func.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-dnl $Id$
-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
-])