]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Disable multithread support by default on Cygwin 1.5.x for real.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 16:40:24 +0000 (18:40 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 16:40:24 +0000 (18:40 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/threadlib.m4

index 260e18c4fa5786abda4373b15e02de29fd5dc0c6..06fcea8d2ab6afa5ef49171fc65a3a4dd58aa316 100644 (file)
@@ -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-12  Bruno Haible  <bruno@clisp.org>
 
        Disable multithread support by default on Cygwin 1.5.x.
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