diff options
Diffstat (limited to 'cf/dlopen.m4')
| -rw-r--r-- | cf/dlopen.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cf/dlopen.m4 b/cf/dlopen.m4 new file mode 100644 index 0000000000000..310ca556b4d10 --- /dev/null +++ b/cf/dlopen.m4 @@ -0,0 +1,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) +]) |
