From fafca7ace250e3f4f9c60584f0ddff187c690068 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 12 Oct 2010 22:07:37 +0200 Subject: [PATCH] LD_PRELOAD is supported on DragonFly. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; *)