q66 pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=dec379aca1438d4c66865eb3a694903189b58477

commit dec379aca1438d4c66865eb3a694903189b58477
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Wed Aug 5 12:24:40 2015 +0100

    configure: the BSDs all supply the dlfcn funcs without -ldl
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 18f8550..2abe418 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

-- 


Reply via email to