commit | 6e286c8df452787fffe4fb4bd3dbba4d80bc6c12 | [log] [tgz] |
---|---|---|
author | Iain Buclaw <ibuclaw@gdcproject.org> | Thu Apr 09 00:16:57 2020 +0200 |
committer | Iain Buclaw <ibuclaw@gdcproject.org> | Thu Apr 09 00:16:57 2020 +0200 |
tree | e29c2928a095b57c9bf9de822f87ac68a633e42a | |
parent | 48242b2c3ac96c0bd5265e77013583ac9ceee97d [diff] |
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.