diff options
-rwxr-xr-x | nt/configure.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index 8b7d442a347..c6709ef8df5 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -105,8 +105,8 @@ echo. --ldflags FLAG pass FLAG to compiler when linking echo. --without-png do not use libpng even if it is installed
echo. --without-jpeg do not use jpeg-6b even if it is installed
echo. --without-gif do not use libungif even if it is installed
-echo. --without-tiff do not use tiff even if it is installed
-echo. --without-xpm do not use libXpm even if it is installed
+echo. --without-tiff do not use libtiff even if it is installed
+echo. --without-xpm do not use libXpm even if it is installed
goto end
rem ----------------------------------------------------------------------
:setprefix
|