Fix thread support.

PR:		138942
Submitted by:	andrew.w.nosenko@gmail.com
Feature safe:	yes
This commit is contained in:
Joe Marcus Clarke 2009-09-19 16:58:09 +00:00
parent e2ebb4e08e
commit 7e22e041af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241743

View file

@ -44,7 +44,7 @@ MAN3= libxml.3
.endif
.if defined(WITH_THREADS_BREAK)
CONFIGURE_ARGS+= --with-threads
CONFIGURE_ARGS+= --with-threads=pthread
.else
CONFIGURE_ARGS+= --without-threads
.endif