]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/dlopen.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / dlopen.m4
1 dnl
2 dnl $Id: dlopen.m4 15433 2005-06-16 19:40:59Z lha $
3 dnl
4
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)
11 ])