Fix SDL support message in configure based on detection logic.

This commit is contained in:
Alexei Svitkine 2017-12-03 14:54:50 -05:00
parent dc65a48d32
commit ee5b726d73
2 changed files with 2 additions and 0 deletions

View File

@ -315,6 +315,7 @@ if [[ "x$WANT_SDL" = "xyes" ]]; then
WANT_SDL=no
WANT_SDL_VIDEO=no
WANT_SDL_AUDIO=no
SDL_SUPPORT="none"
fi
fi
SDL_SUPPORT=`echo "$SDL_SUPPORT" | sed -e "s/^ //"`

View File

@ -209,6 +209,7 @@ if [[ "x$WANT_SDL" = "xyes" ]]; then
WANT_SDL=no
WANT_SDL_VIDEO=no
WANT_SDL_AUDIO=no
SDL_SUPPORT="none"
fi
fi
SDL_SUPPORT=`echo "$SDL_SUPPORT" | sed -e "s/^ //"`