[cairo-commit] configure.ac

Andrea Canciani ranma42 at kemper.freedesktop.org
Tue Jan 25 05:45:49 PST 2011


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

New commits:
commit 0e199ccc574d77041e19b29cb9a228e2588d5dca
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 f92e84a..48449d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -687,7 +687,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