source: heimdal/trunk/cf/dlopen.m4@ 3

Last change on this file since 3 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 199 bytes
Line 
1dnl
2dnl $Id$
3dnl
4
5AC_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])
Note: See TracBrowser for help on using the repository browser.