From f5bcb2f36e7dba9cfba5d697e1401dcd00603812 Mon Sep 17 00:00:00 2001 From: M Joonas Pihlaja Date: Sun, 13 Sep 2009 12:47:19 +0100 Subject: [build] Enable building cairo-trace on Solaris. Solaris supports LD_PRELOAD too! --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ebce6db..18f0d406 100644 --- a/configure.ac +++ b/configure.ac @@ -636,7 +636,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*) +*-linux*|*-*bsd*|*-solaris*) have_ld_preload="yes" ;; *) -- cgit v1.2.3