mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
Avoid endless loop when configuring without image support.
This commit is contained in:
parent
d2c6d9752b
commit
39bd0e030f
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue