]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/heimdal/cf/dlopen.m4
This commit was generated by cvs2svn to compensate for changes in r173932,
[FreeBSD/FreeBSD.git] / crypto / heimdal / cf / dlopen.m4
1 dnl
2 dnl $Id: dlopen.m4,v 1.1 2002/08/28 16:32:16 joda Exp $
3 dnl
4
5 AC_DEFUN([rk_DLOPEN], [
6         AC_FIND_FUNC_NO_LIBS(dlopen, dl)
7         AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
8 ])