$OpenBSD: patch-configure_ac,v 1.4 2015/06/15 09:36:42 dcoppa Exp $

libdl is not required on OpenBSD

--- configure.ac.orig	Sat May 16 22:30:24 2015
+++ configure.ac	Mon Jun 15 11:18:27 2015
@@ -340,11 +340,6 @@ AC_CHECK_LIB(
 )
 
 if test "${WIN32}" = "no"; then
-	dnl dl support
-	AC_SEARCH_LIBS([dlopen], [dl dld], [], [
-		AC_MSG_ERROR([unable to find the dlopen() function])
-	])
-
 	dnl Special check for pthread support.
 	AX_PTHREAD(
 		[AC_DEFINE(
