summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2011-01-25 14:33:11 +0100
committerAndrea Canciani <ranma42@gmail.com>2011-01-25 14:36:01 +0100
commit0e199ccc574d77041e19b29cb9a228e2588d5dca (patch)
tree4acd84599d27e376874fac2f59cac7b1d3c653eb /configure.ac
parentf60e8f0bb231547ff473dd23807193c847c99a3d (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f92e84ac..48449d27 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"
;;
*)