diff options
author | Joerg Sonnenberger <joerg@NetBSD.org> | 2010-10-12 22:07:37 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2010-10-12 22:08:49 +0200 |
commit | 2b3d9b3a3aedc37481639dff923c97b8ff956c80 (patch) | |
tree | 923a6d6d382550b081ccf87032f40ec9cf3be4a1 | |
parent | 1c36766d27173c5e4751e131d6bf26441d95a10e (diff) |
LD_PRELOAD is supported on DragonFly.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c14ae26..81c9e232 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" ;; *) |