Disable multithread support by default on Cygwin 1.5.x for real.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 10:01:12 +0000 (12:01 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 10:01:12 +0000 (12:01 +0200)
ChangeLog
m4/threadlib.m4

index 0f652025cb0fd20467b137f6feed31f83f941e4c..b08b0c763cb4065a6fac6069278ad8d97e7e51e1 100644 (file)
--- 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
index 34998d41c51c6737781867becef65223c14f9a0e..f67791e813cf0049b71c71d23a9fb9fe46317764 100644 (file)
@@ -52,6 +52,7 @@ AC_HELP_STRING([--disable-threads], [build without multithread safety]),
     [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 @@ AC_HELP_STRING([--disable-threads], [build without multithread safety]),
                ;;
          *)    gl_use_threads=yes ;;
        esac
+changequote([,])dnl
      fi
     ])
   if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then