[Commits] [SCM] claws branch, master, updated. 3.11.1-179-g4a67d59

ticho at claws-mail.org ticho at claws-mail.org
Tue Jun 30 14:05:57 CEST 2015


The branch, master has been updated
       via  4a67d598527a570c42910e2b644ff501597febee (commit)
      from  a36b1736604ff0b80c92eed0dbe484a0e32fea54 (commit)

Summary of changes:
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 4a67d598527a570c42910e2b644ff501597febee
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Jun 30 14:04:43 2015 +0200

    Windows build needs to link against pthread, not pthreadGC2.
    
    We dropped the pthreadGC2 library, and are using Mingw's
    pthreads instead.

diff --git a/configure.ac b/configure.ac
index d8e3260..0ce8dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,10 +178,10 @@ case "$target" in
 	CFLAGS="$CFLAGS -no-cpp-precomp -fno-common"
 	;;
 *-*-mingw*)
-        # Note that we need to link to pthreadGC2 in all cases. This
+        # Note that we need to link to pthread in all cases. This
         # is because some locking is used even when pthread support is
         # disabled.
-        pthread_name=pthreadGC2
+        pthread_name=pthread
 	CFLAGS="$CFLAGS -mms-bitfields"
 	LIBS="$LIBS -l${pthread_name} -lws2_32 -lregex"
 	;;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list