# HG changeset patch # User Eli Zaretskii # Date 1293801131 -7200 # Node ID 091ddbfb219db4bce51fdd8ef13cf658b298c0a5 # Parent 704900942a8edf2f2b0d87fbd10b666af71da5ac nt/configure.bat (end): Unset environment variables used by this batch file. diff -r 704900942a8e -r 091ddbfb219d nt/ChangeLog --- a/nt/ChangeLog Fri Dec 31 14:38:06 2010 +0200 +++ b/nt/ChangeLog Fri Dec 31 15:12:11 2010 +0200 @@ -1,5 +1,8 @@ 2010-12-31 Eli Zaretskii + * configure.bat (end): Unset environment variables used by this + batch file. + * INSTALL: Update the information about PNG support libraries. (Bug#7716) diff -r 704900942a8e -r 091ddbfb219d nt/configure.bat --- a/nt/configure.bat Fri Dec 31 14:38:06 2010 +0200 +++ b/nt/configure.bat Fri Dec 31 15:12:11 2010 +0200 @@ -670,6 +670,19 @@ set doldflags= set mingwflag= set mf= +set pngsupport= +set jpegsupport= +set gifsupport= +set tiffsupport= +set xpmsupport= +set svgsupport= +set libsOK= +set HAVE_GIF= +set HAVE_JPEG= +set HAVE_PNG= +set HAVE_TIFF= +set HAVE_XPM= +set dbginfo= goto skipArchTag arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c