X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fthreadlib.m4;h=bba460e4bcbf1f675b43580b30fa064b7b485c80;hb=f1195ccd1ee2cd56ed6b82a76fdee8de0c3d78b7;hp=34998d41c51c6737781867becef65223c14f9a0e;hpb=0bbe86c750876216735f7fc0436e6b68c3523519;p=gnulib.git diff --git a/m4/threadlib.m4 b/m4/threadlib.m4 index 34998d41c..bba460e4b 100644 --- a/m4/threadlib.m4 +++ b/m4/threadlib.m4 @@ -1,5 +1,5 @@ # threadlib.m4 serial 4 (gettext-0.18) -dnl Copyright (C) 2005-2009 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -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