diff --git a/configure.in b/configure.in index 782b396a3..eb9ac2b76 100644 --- a/configure.in +++ b/configure.in @@ -2592,5 +2592,5 @@ AC_OUTPUT([ Makefile sdl-config SDL.spec SDL.qpg ], [ : >build-deps - make depend + if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend ])