mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Avoid endless loop when configuring without image support.
This commit is contained in:
parent
d2c6d9752b
commit
39bd0e030f
@ -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 ----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user