diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-09-13 12:47:19 +0100 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-09-13 20:30:55 +0300 |
commit | f5bcb2f36e7dba9cfba5d697e1401dcd00603812 (patch) | |
tree | 007975e254ca6e79a56ac10b4935d95992ba6785 | |
parent | ce8c842a70d3f23527dcbd889b022103483341f2 (diff) |
[build] Enable building cairo-trace on Solaris.
Solaris supports LD_PRELOAD too!
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" ;; *) |