From e4d33aba40a37a78d86d29cd1e1a23e4bab7b81d Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 6 Jun 2012 15:26:15 +1000 Subject: [PATCH] Turn off attribute_section on solaris Signed-off-by: Angus Salkeld --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 36a35f3..4a4dd0a 100644 --- a/configure.ac +++ b/configure.ac @@ -296,6 +296,7 @@ case "$host_os" in AC_MSG_RESULT([BSD]) ;; *solaris*) + ac_cv_link_attribute_section=no AC_DEFINE_UNQUOTED([QB_SOLARIS], [1], [Compiling for Solaris platform]) CP=rsync