[cairo-commit] Branch '1.10' - configure.ac

Andrea Canciani ranma42 at kemper.freedesktop.org
Tue Jan 25 05:52:20 PST 2011


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 10ed4f700197cb343fec9f5c8f233c29dff75306
Author: Pino Toscano <toscano.pino at tiscali.it>
Date:   Tue Jan 25 14:33:11 2011 +0100

    LD_PRELOAD is supported on Hurd
    
    LD_PRELOAD is supported on Hurd. Adding Hurd to the list of supported
    systems makes cairo-trace available on them as well.
    
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608492

diff --git a/configure.ac b/configure.ac
index 1238f5e..f2c75cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -708,7 +708,7 @@ dnl The tracing utility requires LD_PRELOAD, so only build it for systems
 dnl that are known to work.
 
 case $host in
-*-linux*|*-*bsd*|*-solaris*|*-*-darwin*|*-dragonfly*)
+*-linux*|*-*bsd*|*-solaris*|*-*-darwin*|*-dragonfly*|*-*-gnu*)
 	have_ld_preload="yes"
 	;;
 *)


More information about the cairo-commit mailing list