summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2015-08-05 12:24:40 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2015-08-05 12:24:52 +0100
commitdec379aca1438d4c66865eb3a694903189b58477 (patch)
tree86593b025d2015456e387c061c4f49644a4ca160 /configure.ac
parent9b2f727836aa1c7e93067edc618d8848b6efa428 (diff)
downloadelementary-dec379aca1438d4c66865eb3a694903189b58477.tar.gz
configure: the BSDs all supply the dlfcn funcs without -ldl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 18f855060..2abe41834 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,6 +343,9 @@ dnl managed by evil
darwin*)
have_dlopen="yes"
;;
+ freebsd*|openbsd*|netbsd*|dragonfly*)
+ have_dlopen="yes"
+ ;;
*)
AC_CHECK_LIB([dl], [dlopen], [res=yes], [res=no])
if test "x$res" = "xyes"; then