Skip to content

Commit

Permalink
LD_PRELOAD is supported on DragonFly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Sonnenberger authored and Chris Wilson committed Nov 26, 2010
1 parent c20d55e commit fafca7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
*)
Expand Down

0 comments on commit fafca7a

Please sign in to comment.