[Xfce4-commits] <libxfce4util:master> Add not for myself to not use the macro again.

Nick Schermer noreply at xfce.org
Fri Jun 17 19:30:02 CEST 2011


Updating branch refs/heads/master
         to f0f37166162f2f9fcaa420c0a43f6f309d425031 (commit)
       from 13ece4adf52f4573576335add3fe92e7b4a08427 (commit)

commit f0f37166162f2f9fcaa420c0a43f6f309d425031
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Jun 17 19:29:06 2011 +0200

    Add not for myself to not use the macro again.

 configure.in.in |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 0d57c0e..00a43be 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -156,9 +156,13 @@ dnl *** Check for linker optimizations ***
 dnl **************************************
 XDT_FEATURE_LINKER_OPTS()
 
-dnl ****************************************
-dnl *** Check for ELF visibility support ***
-dnl ****************************************
+dnl *****************************************
+dnl *** Check for ELF visibility support  ***
+dnl *****************************************
+dnl *** Do not replace with the Xdt macro ***
+dnl *** because it cannot cope with the   ***
+dnl *** libxfce4util_*_version variables  ***
+dnl *****************************************
 AC_ARG_ENABLE([visibility], AC_HELP_STRING([--disable-visibility], [Do not use ELF visibility attributes]), [], [enable_visibility=yes])
 have_gnuc_visibility=no
 if test x"$enable_visibility" != x"no"; then



More information about the Xfce4-commits mailing list