From 39bd0e030fb56ab8b61d5b2821023780486b6232 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 29 Jan 2003 07:37:34 +0000 Subject: [PATCH] Avoid endless loop when configuring without image support. --- nt/configure.bat | 2 ++ 1 file changed, 2 insertions(+) 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 ---------------------------------------------------------------------- -- 2.39.5