fixed some parenthesis

This commit is contained in:
Jon Daniel 2005-03-11 14:48:21 +00:00
parent 5738704d18
commit 03330ccc0e

View file

@ -255,7 +255,7 @@ case ${host_os} in
darwin*)
SDL_LIBS="-framework Carbon $SDL_LIBS"
esac
case $(host_os) in
case ${host_os} in
mingw32*)
SDL_LIBS="-lunicows $SDL_LIBS"
esac