[cairo-commit] configure.ac
Andrea Canciani
ranma42 at kemper.freedesktop.org
Tue Oct 12 13:09:34 PDT 2010
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2b3d9b3a3aedc37481639dff923c97b8ff956c80
Author: Joerg Sonnenberger <joerg at NetBSD.org>
Date: Tue Oct 12 22:07:37 2010 +0200
LD_PRELOAD is supported on DragonFly.
diff --git a/configure.ac b/configure.ac
index 2c14ae2..81c9e23 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"
;;
*)
More information about the cairo-commit
mailing list