From a292e665e7aa78cc8a9ad3569328e06917639c22 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 26 Mar 2009 17:30:49 +0000 Subject: Support for building on Solaris. --- acsite.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acsite.m4') diff --git a/acsite.m4 b/acsite.m4 index 98318d3..3ec8f73 100644 --- a/acsite.m4 +++ b/acsite.m4 @@ -72,7 +72,7 @@ case "${host_cpu}-${host_os}" in # who knows whether they'll stub that too in a future libc.) So, # we'll just look for -pthreads and -lpthread first: - acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags" + acx_pthread_flags="-pthreads -pthread pthread -mt $acx_pthread_flags" ;; esac -- cgit v1.2.3