diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-04 09:11:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-04 09:11:26 +0000 |
commit | 67c3a09c0f5d7fcf6bff5cfbc686a0c247d0e744 (patch) | |
tree | 020365a0e647b2df8977f2a4c241e420a181f8c2 /Build/source/texk/configure | |
parent | 6c9695fef24ab80bbae6c4444bd00a7adf55a70d (diff) |
chktex: do not build unless explicitly enabled
git-svn-id: svn://tug.org/texlive/trunk@18099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 60f6e26ffc5..68a96385379 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -1438,7 +1438,7 @@ Optional Features: lib/PLATFORM --enable-cxx-runtime-hack link C++ runtime statically --enable-libtool-hack ignore libtool dependency_libs - --disable-chktex do not build the chktex package + --enable-chktex build the chktex package --disable-dialog do not build the dialog package --disable-pdfopen do not build the pdfopen package --disable-ps2eps do not build the ps2eps package @@ -2254,7 +2254,7 @@ case $enable_chktex in #( ;; #( *) : - enable_chktex=$enable_all_pkgs + enable_chktex=no { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-chktex=$enable_chktex'" >&5 $as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;} ac_configure_args="$ac_configure_args '--enable-chktex=$enable_chktex'" |