diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-03 16:39:05 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-03 16:39:05 +0000 |
commit | 6ed82072274a5e71ca7ad8c37eb87253edea91e3 (patch) | |
tree | 7841a098915b7f4b62ce047961d430f2933366ee /nt | |
parent | cc234da90529fa69464d04998ded540502c8f73b (diff) | |
download | emacs-6ed82072274a5e71ca7ad8c37eb87253edea91e3.tar.gz |
Fix spacing.
Diffstat (limited to 'nt')
-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
|