Remove attempt to use C11 threads
commitd8b41057051896541798647e90421daf0b38ed1c
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Dec 2015 07:10:12 +0000 (15 23:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Dec 2015 07:10:48 +0000 (15 23:10 -0800)
treed4d533b3e3aa62b95961f0379769e0d6b1019e44
parent80346f1ae4b3d56490e4a744df2bf1db00844ddc
Remove attempt to use C11 threads

C11 threads are not needed for Emacs now, and their use is causing
hassles on FreeBSD 10.x.  Problem reported by Ashish SHUKLA in:
http://lists.gnu.org/archive/html/emacs-devel/2015-12/msg00648.html
* configure.ac: Do not check for C11 threads. Remove unnecessary
fiddling with CPPFLAGS when configuring pthreads.
* src/emacs-module.c (main_thread, check_main_thread)
(module_init): Do not worry about C11 threads.
configure.ac
src/emacs-module.c