diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-15 13:34:06 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-15 13:34:06 +0000 |
commit | 948a54cc84456123b69a9b614326df2284d1031c (patch) | |
tree | d8b0262ad65fbdd133ae4e3a0f69252e0a57234a /Build/source/texk/web2c/configure.ac | |
parent | 1f09e19d2d4aa39249771dc1537e2752fe75a420 (diff) |
texk/web2c: Enable parallel-tests
git-svn-id: svn://tug.org/texlive/trunk@28841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r-- | Build/source/texk/web2c/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index 7a0a574bddf..b945a3cf675 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -34,7 +34,7 @@ WEB2CVERSION=tex_live_version() AC_SUBST([WEB2CVERSION]) dnl Common code for all programs using libkpathsea. -KPSE_COMMON([web2c programs], [serial-tests]) +KPSE_COMMON([web2c programs]) KPSE_CANONICAL_HOST AM_CONDITIONAL([cross], [test "x$cross_compiling" = xyes]) |