mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
8 lines
191 B
Text
8 lines
191 B
Text
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)
|
|
])
|