summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVincent Torri <vincent dot torri at gmail dot com>2015-12-28 14:23:50 +0100
committerJean-Philippe Andre <jp.andre@samsung.com>2015-12-29 22:10:50 +0900
commit2f2b39b2f7f984244eec83a408c7374c79ab9682 (patch)
tree2e87b3771331c9af0f0090f3dba36d81585b9434 /configure.ac
parente218ca7d9ef920be823900229eba35dc74e5a9c4 (diff)
downloadelementary-2f2b39b2f7f984244eec83a408c7374c79ab9682.tar.gz
Fix compilation after dlfcn integration into Evil
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 60dd3dfc6..d71d15042 100644
--- a/configure.ac
+++ b/configure.ac
@@ -399,7 +399,6 @@ case "$host_os" in
dnl managed by evil
AC_DEFINE([HAVE_DLADDR], [1], [Define to 1 if you have the `dladdr' function.])
have_dlopen="yes"
- requirement_elm_libs="-ldl ${requirement_elm_libs}"
;;
linux*)
AC_CHECK_LIB([dl], [dlopen], [res=yes], [res=no])