diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-01-29 07:37:34 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-01-29 07:37:34 +0000 |
commit | 39bd0e030fb56ab8b61d5b2821023780486b6232 (patch) | |
tree | 1dd22a27fa8191a80854185855eb617c13c792b1 /nt/configure.bat | |
parent | d2c6d9752b4b7e1ebdda74d757b7fbb56ae518ed (diff) | |
download | emacs-39bd0e030fb56ab8b61d5b2821023780486b6232.tar.gz |
Avoid endless loop when configuring without image support.
Diffstat (limited to 'nt/configure.bat')
-rwxr-xr-x | nt/configure.bat | 2 |
1 files changed, 2 insertions, 0 deletions
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 ----------------------------------------------------------------------
|