Sync usage with man page.
[netbsd-mini2440.git] / crypto / dist / heimdal / cf / dlopen.m4
blob455b9b788423f13fd746a78ae25156b591335203
1 dnl
2 dnl $Heimdal: dlopen.m4 15433 2005-06-16 19:40:59Z lha $
3 dnl $NetBSD$
4 dnl
6 AC_DEFUN([rk_DLOPEN], [
7         AC_FIND_FUNC_NO_LIBS(dlopen, dl,[
8 #ifdef HAVE_DLFCN_H
9 #include <dlfcn.h>
10 #endif],[0,0])
11         AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)