diff --git a/html/build.html b/html/build.html
index 0aeb1a76..7b7eecb1 100644
--- a/html/build.html
+++ b/html/build.html
@@ -191,16 +191,22 @@ parameters.
Add library directories (see other options below) to the TIFF
library run-time linker path.
-
-
JPEG Support
-The JPEG package enables support for the handling
-of TIFF images with JPEG-encoded data.
-Support for JPEG-encoded data requires the Independent JPEG Group (IJG)
-libjpeg distribution; this software is available at
-ftp.uu.net:/graphics/jpeg/.
-If JPEG support is enabled the DIRS_LIBINC and DIR_JPEGLIB
-parameters should also be set (see below).
-By default JPEG support is not configured.
+ JPEG Support
+
+
+ --disable-jpeg disable IJG JPEG library usage (required for JPEG compression, enabled by default)
+ --with-jpeg-include-dir=DIR location of IJG JPEG library headers
+ --with-jpeg-lib-dir=DIR location of IJG JPEG library binary)
+
+ The JPEG package enables support for the handling of TIFF
+ images with JPEG-encoded data. Support for JPEG-encoded data requires
+ the Independent JPEG Group (IJG) libjpeg distribution; this
+ software is available at
+ ftp.uu.net:/graphics/jpeg/.
+ configure script automatically tries to search the working IJG
+ JPEG installation. If it fails to find library, JPEG support will be
+ automatically disabled.If you want specify the exact paths to library
+ binary and headers, use above switches for that.
ZIP Support
@@ -1159,7 +1165,7 @@ libtiff/mkversion.c program to generate libtiff/version.h.
-Last updated: $Date: 2004-10-27 13:31:50 $
+Last updated: $Date: 2004-10-28 14:45:43 $