diff options
Diffstat (limited to 'crypto/heimdal/cf/dlopen.m4')
-rw-r--r-- | crypto/heimdal/cf/dlopen.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/heimdal/cf/dlopen.m4 b/crypto/heimdal/cf/dlopen.m4 deleted file mode 100644 index 322f8b9e93fb..000000000000 --- a/crypto/heimdal/cf/dlopen.m4 +++ /dev/null @@ -1,8 +0,0 @@ -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) -]) |