[build] Enable building cairo-trace on Solaris.

Solaris supports LD_PRELOAD too!
This commit is contained in:
M Joonas Pihlaja 2009-09-13 12:47:19 +01:00
parent ce8c842a70
commit f5bcb2f36e

View file

@ -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"
;;
*)