emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 13eb26a: * configure.ac (_THREAD_SAFE): Simplify (B


From: Paul Eggert
Subject: [Emacs-diffs] master 13eb26a: * configure.ac (_THREAD_SAFE): Simplify (Bug#20136).
Date: Fri, 20 Mar 2015 01:34:27 +0000

branch: master
commit 13eb26ad38378e0063e9c9313c3ba8af666629dc
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * configure.ac (_THREAD_SAFE): Simplify (Bug#20136).
---
 ChangeLog    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d268ba0..a79863a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
        Better port of pthread usage to FreeBSD
        * configure.ac (ac_func_list): Omit pthread_sigmask, since
        we check for that ourselves rather than relying on gnulib.
-       (HAVE_PTHREAD, LIB_PTHREAD, _THREAD_SAFE): Port better to FreeBSD,
+       (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
        by also checking for pthread_create, pthread_self, pthread_sigmask.
        Tighten the test for pthread_atfork while we're at it.
        Fixes: bug#20136
diff --git a/configure.ac b/configure.ac
index 520816b1..40c8d2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2234,7 +2234,7 @@ if test "$ac_cv_header_pthread_h" && test "$opsys" != 
"mingw32"; then
       hpux* | sol*)
        AC_DEFINE([_REENTRANT], 1,
          [Define to 1 if your system requires this in multithreaded code.]);;
-      aix4-2 | darwin | freebsd)
+      aix4-2)
        AC_DEFINE([_THREAD_SAFE], 1,
          [Define to 1 if your system requires this in multithreaded code.]);;
     esac



reply via email to

[Prev in Thread] Current Thread [Next in Thread]