changeset 11829:7086f57021b2

Disable multithread support by default on Cygwin 1.5.x for real.
author Bruno Haible <bruno@clisp.org>
date Fri, 14 Aug 2009 12:01:12 +0200
parents fa729096a803
children 2e5821b6f988
files ChangeLog m4/threadlib.m4
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-14  Bruno Haible  <bruno@clisp.org>
+
+	Disable multithread support by default on Cygwin 1.5.x for real.
+	* m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
+
 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
 
 	update-copyright: much ado about intervals
--- a/m4/threadlib.m4
+++ b/m4/threadlib.m4
@@ -52,6 +52,7 @@
     [if test -n "$gl_use_threads_default"; then
        gl_use_threads="$gl_use_threads_default"
      else
+changequote(,)dnl
        case "$host_os" in
          dnl Disable multithreading by default on OSF/1, because it interferes
          dnl with fork()/exec(): When msgexec is linked with -lpthread, its
@@ -68,6 +69,7 @@
                ;;
          *)    gl_use_threads=yes ;;
        esac
+changequote([,])dnl
      fi
     ])
   if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then