Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2


Modified Files:
        AUTHORS configure.in 


Log Message:
Patch from Dmitry Antipov:
- Visibility hiding
- Move common asm macros to asm.h
- Fix some typos.

===================================================================
RCS file: /cvs/e/e17/libs/imlib2/AUTHORS,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- AUTHORS     2 Dec 2005 05:56:38 -0000       1.36
+++ AUTHORS     9 Apr 2006 08:12:50 -0000       1.37
@@ -29,3 +29,4 @@
 Nick Blievers <[EMAIL PROTECTED]>
 Mike Castle <[EMAIL PROTECTED]>
 R.Ramkumar <[EMAIL PROTECTED]>
+Dmitry Antipov <[EMAIL PROTECTED]>
===================================================================
RCS file: /cvs/e/e17/libs/imlib2/configure.in,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -3 -r1.126 -r1.127
--- configure.in        29 Mar 2006 08:00:29 -0000      1.126
+++ configure.in        9 Apr 2006 08:12:50 -0000       1.127
@@ -10,6 +10,16 @@
 
 AC_C_BIGENDIAN
 AC_PROG_CC
+
+AC_MSG_CHECKING([if gcc supports __attribute__((visibility("hidden")))])
+AC_COMPILE_IFELSE([
+void __attribute__((visibility("hidden"))) func (void) {}
+],
+        [AC_MSG_RESULT(yes)
+         AC_DEFINE(USE_HIDDEN_FUNCTION_ATTRIBUTE,1,
+         [Define this to 1 if `hidden' attribute for internal functions is 
used.])],
+        [AC_MSG_RESULT(no)])
+
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 AC_C_CONST




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to