diff options
Diffstat (limited to 'configure.ac')
-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" ;; *) |