This commit is contained in:
Mark Andrews
2011-12-16 00:11:18 +00:00
parent 636d303de3
commit 1cf37feef6

11
configure vendored
View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: configure,v 1.493.8.15 2011/11/16 00:43:36 tbox Exp $
# $Id: configure,v 1.493.8.16 2011/12/16 00:11:18 marka Exp $
#
# Portions of this code release fall under one or more of the
# following Copyright notices. Please see individual source
@@ -517,7 +517,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
# From configure.in Revision.
# From configure.in Revision: 1.512.8.14 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67.
#
@@ -22123,8 +22123,9 @@ case $host in
*-*-sysv*OpenUNIX*)
# UnixWare
use_threads=true ;;
*-netbsd1234.*)
# NetBSD earlier than NetBSD 5.0 has poor pthreads. Don't use it by default.
*-netbsd[1234].*)
# NetBSD earlier than NetBSD 5.0 has poor pthreads.
# Don't use it by default.
use_threads=false ;;
*-netbsd*)
use_threads=true ;;
@@ -22134,7 +22135,7 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=false ;;
*-bsdi234*)
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
*-bsdi5*)