summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@NetBSD.org>2010-10-12 22:07:37 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-26 10:00:36 +0000
commitfafca7ace250e3f4f9c60584f0ddff187c690068 (patch)
tree42e528ba04c5c260c83b9badbfe704147feaa5f9
parentc20d55eb1c1eb1c6f51a21c7eb205ba4c2c125e8 (diff)
LD_PRELOAD is supported on DragonFly.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f918c62d0..1238f5e5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
;;
*)