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:
8
cf/dlopen.m4
Normal file
8
cf/dlopen.m4
Normal 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)
|
||||
])
|
Reference in New Issue
Block a user