eina needs dl functions (Windows)
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Nov 2008 07:22:47 +0000 (07:22 +0000)
committercaro <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

index 3c5e5cc..c5b6d6d 100644 (file)
@@ -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*)