diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 16:02:55 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 16:02:55 +0000 |
commit | f01e03d36870b8f7044c91d20b3c55f2ebd1f02f (patch) | |
tree | cbad07685bbef5feb03111301f22680ba4456b43 /nt/configure.bat | |
parent | 23dcd8ca146002df47575b2f52e1ea7c7dcfb18e (diff) | |
download | emacs-f01e03d36870b8f7044c91d20b3c55f2ebd1f02f.tar.gz |
In help, use generic names for the image libraries.
Diffstat (limited to 'nt/configure.bat')
-rwxr-xr-x | nt/configure.bat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index 6b5441c1d67..725cd09e8d8 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -120,11 +120,11 @@ echo. --no-opt disable optimization echo. --no-cygwin use -mno-cygwin option with GCC
echo. --cflags FLAG pass FLAG to compiler
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 libtiff even if it is installed
-echo. --without-xpm do not use libXpm even if it is installed
+echo. --without-png do not use PNG library even if it is installed
+echo. --without-jpeg do not use JPEG library even if it is installed
+echo. --without-gif do not use GIF library even if it is installed
+echo. --without-tiff do not use TIFF library even if it is installed
+echo. --without-xpm do not use XPM library even if it is installed
goto end
rem ----------------------------------------------------------------------
:setprefix
|