mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-14 19:08:05 +02:00
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:
parent
f60e8f0bb2
commit
0e199ccc57
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue