summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/dlopen.m4
blob: 310ca556b4d105c9f22f1f2f09d40b7286294ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl
dnl $Id: dlopen.m4 15433 2005-06-16 19:40:59Z lha $
dnl

AC_DEFUN([rk_DLOPEN], [
	AC_FIND_FUNC_NO_LIBS(dlopen, dl,[
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif],[0,0])
	AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
])
OpenPOWER on IntegriCloud