diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-21 08:40:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-21 08:40:14 +0000 |
commit | 03686fa0451b803da7a3aed60b3f41ffadb5e63a (patch) | |
tree | a82156f59d3d677e2eb760332f753e9e2b649310 /Build/source/utils | |
parent | 50e7fc4359d266ed77d539cf4a3a14a891d95708 (diff) |
build system: disable xdv2pdf
git-svn-id: svn://tug.org/texlive/trunk@29187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-x | Build/source/utils/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index d3964f8b68d..d7c4de486d7 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -1587,7 +1587,7 @@ Optional Features: --disable-ttf2pk do not build the ttf2pk package --enable-ttf2pk2 build the ttf2pk2 package --disable-ttfdump do not build the ttfdump package - --disable-xdv2pdf do not build the xdv2pdf package + --enable-xdv2pdf build the xdv2pdf package --disable-xdvik do not build the xdvik package --disable-xdvipdfmx do not build the xdvipdfmx package --disable-texlive do not build the texlive (TeX Live scripts) package @@ -4612,7 +4612,7 @@ case $enable_xdv2pdf in #( ;; #( *) : - enable_xdv2pdf=$enable_all_pkgs + enable_xdv2pdf=no { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xdv2pdf=$enable_xdv2pdf'" >&5 $as_echo "$as_me: Assuming \`--enable-xdv2pdf=$enable_xdv2pdf'" >&6;} ac_configure_args="$ac_configure_args '--enable-xdv2pdf=$enable_xdv2pdf'" |