libphobos: Remove --enable-thread-lib configure option.
authorIain Buclaw <ibuclaw@gdcproject.org>
Wed, 8 Apr 2020 22:16:57 +0000 (00:16 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Wed, 8 Apr 2020 22:16:57 +0000 (00:16 +0200)
commit6e286c8df452787fffe4fb4bd3dbba4d80bc6c12
treee29c2928a095b57c9bf9de822f87ac68a633e42a
parent48242b2c3ac96c0bd5265e77013583ac9ceee97d
libphobos: Remove --enable-thread-lib configure option.

This is another old option that doesn't make sense as a configurable.
So the option has been removed, and the check for AC_SEARCH_LIBS moved
into the main configure.ac file.

libphobos/ChangeLog:

* configure: Regenerate.
* configure.ac: Use AC_SEARCH_LIBS for pthread_create.
* m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
libphobos/ChangeLog
libphobos/configure
libphobos/configure.ac
libphobos/m4/druntime/libraries.m4