Mercurial > emacs
changeset 49510:d717146dfad9
Avoid endless loop when configuring without image support.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 29 Jan 2003 07:37:34 +0000 |
parents | 389fbac8d443 |
children | 61a52b4bd10d |
files | nt/configure.bat |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/configure.bat Wed Jan 29 07:24:26 2003 +0000 +++ b/nt/configure.bat Wed Jan 29 07:37:34 2003 +0000 @@ -152,6 +152,7 @@ :withoutpng set pngsupport=N set HAVE_PNG= +shift goto again rem ---------------------------------------------------------------------- @@ -159,6 +160,7 @@ :withoutjpeg set jpegsupport=N set HAVE_JPEG= +shift goto again rem ----------------------------------------------------------------------