X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=configure.ac;h=0ce8dd9faf450acf40a9c3773d735580505879f7;hp=d8e326014ff03fba205b63d7499cd5c8a1419407;hb=4a67d598527a570c42910e2b644ff501597febee;hpb=a36b1736604ff0b80c92eed0dbe484a0e32fea54 diff --git a/configure.ac b/configure.ac index d8e326014..0ce8dd9fa 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" ;;