Enlightenment CVS committal
Author : englebass
Project : e17
Module : libs/efreet
Dir : e17/libs/efreet
Modified Files:
configure.in
Log Message:
EAPI
===================================================================
RCS file: /cvs/e/e17/libs/efreet/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- configure.in 26 Aug 2007 14:33:38 -0000 1.14
+++ configure.in 4 Nov 2007 09:32:35 -0000 1.15
@@ -41,6 +41,16 @@
CFLAGS=$PCFLAGS
+AC_ARG_ENABLE(hidden-visibility,
+ [AC_HELP_STRING([--enable-hidden-visibility],[Enable hidden
visibility])],
+ [enable_hidden_visibility=$enableval],
[enable_hidden_visibility="auto"])
+if test "x$enable_hidden_visibility" = "xyes" ; then
+ CPPFLAGS="$CPPFLAGS -fvisibility=hidden"
+else
+ AC_DEFINE(DEFAULT_VISIBLITY, 1, [Default visibility])
+fi
+AM_CONDITIONAL(DEFAULT_VISIBILITY, test "x$enable_hidden_visibility" != "xyes")
+
AC_SUBST(requirements)
AC_OUTPUT([
efreet.pc
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs