]> git.eshelyaron.com Git - emacs.git/commit
Fix regression with pthread_sigmask on FreeBSD.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2012 02:09:58 +0000 (19:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2012 02:09:58 +0000 (19:09 -0700)
commit5dad233cb8553df9b37da260dd9cc350f781b2df
tree121a213d19600e5d8e91afaa13e9dccdfeff8ee6
parent758e556a7ab8f61c007e34310ba399a9aaf15362
Fix regression with pthread_sigmask on FreeBSD.

* configure.ac: Configure gnulib at the end, not before running
pkg-config.  This restores the behavior before 2012-06-22, when
higher-resolution time stamps were added, and fixes a bug whereby
LIB_PTHREAD was not used and gnulib's part of 'configure'
therefore incorrectly assumed that pthread_sigmask wasn't working.
Fix the problem with -lrt and clock_gettime a different way.
This should complete the fix for Bug#11884.
(pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
ChangeLog
configure.ac