Avoid endless loop when configuring without image support.

This commit is contained in:
Juanma Barranquero
2003-01-29 07:37:34 +00:00
parent d2c6d9752b
commit 39bd0e030f

View File

@@ -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 ----------------------------------------------------------------------