diff options
Diffstat (limited to 'acsite.m4')
-rw-r--r-- | acsite.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |