2013-04-18 21:11:20 +00:00
|
|
|
=== modified file 'm4/ax_pthread.m4'
|
2014-12-10 14:11:35 +00:00
|
|
|
---
|
|
|
|
m4/ax_pthread.m4 | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
Index: libmemcached-1.0.18/m4/ax_pthread.m4
|
2013-08-03 04:12:28 +00:00
|
|
|
===================================================================
|
2014-12-10 14:11:35 +00:00
|
|
|
--- libmemcached-1.0.18.orig/m4/ax_pthread.m4
|
|
|
|
+++ libmemcached-1.0.18/m4/ax_pthread.m4
|
2013-08-03 04:12:28 +00:00
|
|
|
@@ -123,7 +123,7 @@ fi
|
2013-04-18 21:11:20 +00:00
|
|
|
# which indicates that we try without any flags at all, and "pthread-config"
|
|
|
|
# which is a program returning the flags for the Pth emulation library.
|
|
|
|
|
|
|
|
-ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
|
|
|
|
+ax_pthread_flags="pthreads none -Kthread -kthread lthread -lpthread -lpthreads -mthreads pthread --thread-safe -mt pthread-config"
|
|
|
|
|
|
|
|
# The ordering *is* (sometimes) important. Some notes on the
|
|
|
|
# individual items follow:
|