summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-24 11:09:11 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-24 11:09:11 +0000
commit0d4e8decfdf61900e814c436111d0f576519213a (patch)
tree6a58233cf878788def0a6dc5006b8dbc63d91ecd /Build/source/Build
parent4ea49ac65f78e17577b7cbb0f2e12ff93d965dc1 (diff)
libs/icu: build without threads
git-svn-id: svn://tug.org/texlive/trunk@17546 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build4
1 files changed, 0 insertions, 4 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 9ab7ecfb7a9..66bebc7ae22 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -78,9 +78,6 @@ cd $TL_WORKDIR || exit 1
# default to terminate if requested programs or features must be disabled.
: ${TL_CONF_MISSING=--disable-missing}
-# default to building ICU without thread support, since xetex doesn't need it.
-: ${TL_CONF_THREADS=--disable-threads}
-
# allow override of xdvi toolkit, default to standard xaw.
: ${TL_CONF_XDVI_TOOLKIT=--with-xdvi-x-toolkit=xaw}
@@ -110,7 +107,6 @@ cd $TL_WORKDIR || exit 1
$TL_CONF_SHARED \
$TL_CONF_MISSING \
$TL_CONF_LARGEFILE \
- $TL_CONF_THREADS \
$TL_CONF_XDVI_TOOLKIT \
$TL_CONFIGURE_ARGS \
"$@" \