afslog.1: Remove documentation for removed no-v4 argument.
[heimdal.git] / cf / dlopen.m4
blob1756843fc49c8eefa7da5c60a9a2b034d1b11a1c
1 dnl
2 dnl $Id$
3 dnl
5 AC_DEFUN([rk_DLOPEN], [
6         AC_FIND_FUNC_NO_LIBS(dlopen, dl,[
7 #ifdef HAVE_DLFCN_H
8 #include <dlfcn.h>
9 #endif],[0,0])
10         AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
13 AC_DEFUN([rk_DLADDR], [
14         AC_FIND_FUNC_NO_LIBS(dladdr, dl,[
15 #ifdef HAVE_DLFCN_H
16 #include <dlfcn.h>
17 #endif],[0,0])
18         AM_CONDITIONAL(HAVE_DLADDR, test "$ac_cv_funclib_dladdr" != no)