mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 14:38:13 +02:00
LD_PRELOAD is supported on DragonFly.
This commit is contained in:
parent
c20d55eb1c
commit
fafca7ace2
1 changed files with 1 additions and 1 deletions
|
|
@ -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*)
|
||||
*-linux*|*-*bsd*|*-solaris*|*-*-darwin*|*-dragonfly*)
|
||||
have_ld_preload="yes"
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue