diff options
Diffstat (limited to 'crypto/heimdal/cf/dlopen.m4')
-rw-r--r-- | crypto/heimdal/cf/dlopen.m4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/heimdal/cf/dlopen.m4 b/crypto/heimdal/cf/dlopen.m4 new file mode 100644 index 000000000000..322f8b9e93fb --- /dev/null +++ b/crypto/heimdal/cf/dlopen.m4 @@ -0,0 +1,8 @@ +dnl +dnl $Id: dlopen.m4,v 1.1 2002/08/28 16:32:16 joda Exp $ +dnl + +AC_DEFUN([rk_DLOPEN], [ + AC_FIND_FUNC_NO_LIBS(dlopen, dl) + AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no) +]) |