Commit d92602e4 authored by Christophe Massiot's avatar Christophe Massiot

Accept SDL 1.1.5 or later.

parent 67b83262
...@@ -4216,8 +4216,8 @@ echo "The development package for SDL is not installed. Please install it" ...@@ -4216,8 +4216,8 @@ echo "The development package for SDL is not installed. Please install it"
fi fi
done done
if expr 1.1.7 \> $($SDL_CONFIG --version); then if expr 1.1.5 \> $($SDL_CONFIG --version); then
echo "You need SDL version 1.1.7 or later." echo "You need SDL version 1.1.5 or later."
exit exit
fi fi
PLUGINS="${PLUGINS} sdl" PLUGINS="${PLUGINS} sdl"
......
...@@ -479,8 +479,8 @@ then ...@@ -479,8 +479,8 @@ then
[ echo "The development package for SDL is not installed. Please install it" [ echo "The development package for SDL is not installed. Please install it"
echo "and try again." echo "and try again."
exit ]) exit ])
if expr 1.1.7 \> $($SDL_CONFIG --version); then if expr 1.1.5 \> $($SDL_CONFIG --version); then
echo "You need SDL version 1.1.7 or later." echo "You need SDL version 1.1.5 or later."
exit exit
fi fi
PLUGINS="${PLUGINS} sdl" PLUGINS="${PLUGINS} sdl"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment