summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure4
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'"