summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2010-09-27 21:49:00 +0000
committerVincent Torri <vincent.torri@gmail.com>2010-09-27 21:49:00 +0000
commit821911ddf2680b246573154d7614cd74944fbeca (patch)
treeda5ded69390ca52132ab106e08ac728f2f3893dc /configure.ac
parentbf42e75191fa7c89949f0e4226b2d0accf6f38eb (diff)
downloadelementary-821911ddf2680b246573154d7614cd74944fbeca.tar.gz
fix compilation with MinGW
SVN revision: 52819
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d92f3a7ff..de32a0215 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,6 +110,7 @@ case "$host_os" in
have_windows="yes"
dnl managed by evil
AC_DEFINE(HAVE_DLADDR)
+ dlopen_libs=-ldl
requirement_elm="evil"
have_socket="no"
;;
@@ -119,6 +120,9 @@ dnl managed by evil
lt_enable_auto_import="-Wl,--enable-auto-import"
ELM_WIN32_DEF="#define"
have_windows="yes"
+dnl managed by evil
+ AC_DEFINE(HAVE_DLADDR)
+ dlopen_libs=-ldl
requirement_elm="evil"
have_socket="no"
;;