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
This commit is contained in:
Pino Toscano 2011-01-25 14:33:11 +01:00 committed by Andrea Canciani
parent f60e8f0bb2
commit 0e199ccc57

View file

@ -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"
;;
*)