From: Juanma Barranquero Date: Wed, 29 Jan 2003 07:37:34 +0000 (+0000) Subject: Avoid endless loop when configuring without image support. X-Git-Tag: ttn-vms-21-2-B4~11425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39bd0e030fb56ab8b61d5b2821023780486b6232;p=emacs.git Avoid endless loop when configuring without image support. --- diff --git a/nt/configure.bat b/nt/configure.bat index ff4fae18ccc..ea0486cf5cf 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -152,6 +152,7 @@ rem ---------------------------------------------------------------------- :withoutpng set pngsupport=N set HAVE_PNG= +shift goto again rem ---------------------------------------------------------------------- @@ -159,6 +160,7 @@ rem ---------------------------------------------------------------------- :withoutjpeg set jpegsupport=N set HAVE_JPEG= +shift goto again rem ----------------------------------------------------------------------