test for dlopen suitable for AC_REQUIRE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11263 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-28 16:32:16 +00:00
parent 662b4678f3
commit cc6ebff658

8
cf/dlopen.m4 Normal file
View File

@@ -0,0 +1,8 @@
dnl
dnl $Id$
dnl
AC_DEFUN([rk_DLOPEN], [
AC_FIND_FUNC_NO_LIBS(dlopen, dl)
AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
])