]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (_THREAD_SAFE): Simplify (Bug#20136).
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Mar 2015 01:33:59 +0000 (18:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Mar 2015 01:34:23 +0000 (18:34 -0700)
ChangeLog
configure.ac

index d268ba03494e377b1621f6aba38782a5832ccd20..a79863a839eca0c6ca2ad9cfc3308091d5653c69 100644 (file)
--- 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
index 520816b1a610efa02633e2c15b7ebe4a79fd98eb..40c8d2b93a8ac7ad0b14d2288a2f51eae50f1c38 100644 (file)
@@ -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