projects
/
framework
/
uifw
/
eina.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4151d79
)
eina needs dl functions (Windows)
author
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Nov 2008 07:22:47 +0000
(07:22 +0000)
committer
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Nov 2008 07:22:47 +0000
(07:22 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@37583
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
3c5e5cc
..
c5b6d6d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-271,7
+271,7
@@
lt_enable_auto_import=""
case "${host_os}" in
mingw* | cegcc*)
AC_DEFINE(EFL_EINA_BUILD, 1, [Define to mention that eina is built])
- EINA_LIBS="${EINA_LIBS} ${EVIL_LIBS} -lm"
+ EINA_LIBS="${EINA_LIBS}
-ldl
${EVIL_LIBS} -lm"
lt_enable_auto_import="-Wl,--enable-auto-import"
;;
*bsd*)