Enlightenment CVS committal
Author : doursse
Project : e17
Module : libs/eet
Dir : e17/libs/eet
Modified Files:
configure.in
Log Message:
* rename 'create_shared_lib' to 'lt_no_undefined'
* auto import symbols when compiling with cegcc
===================================================================
RCS file: /cvs/e/e17/libs/eet/configure.in,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- configure.in 3 Apr 2008 19:47:07 -0000 1.90
+++ configure.in 15 Apr 2008 22:31:35 -0000 1.91
@@ -30,7 +30,8 @@
WIN32_CFLAGS=""
WIN32_LIBS=""
-create_shared_lib=""
+lt_no_undefined=""
+lt_auto_import=""
case "$host_os" in
mingw|mingw32*|cegcc)
PKG_CHECK_MODULES([EVIL], [evil])
@@ -40,15 +41,17 @@
if test "$host_os" = "cegcc" ; then
WIN32_CFLAGS="-mwin32"
WIN32_LIBS="-lws2"
+ lt_auto_import="-Wl,--enable-auto-import"
else
WIN32_LIBS="-lws2_32"
fi
- create_shared_lib="-no-undefined "
+ lt_no_undefined="-no-undefined"
;;
esac
AC_SUBST(WIN32_CFLAGS)
AC_SUBST(WIN32_LIBS)
-AC_SUBST(create_shared_lib)
+AC_SUBST(lt_no_undefined)
+AC_SUBST(lt_auto_import)
dnl Checking for __attribute__ support
AC_MSG_CHECKING([for __attribute__])
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs