configure.sh fix

This commit is contained in:
p.kosyh 2009-11-08 08:33:40 +00:00
parent b56736cfc4
commit 078b7aefa0
3 changed files with 6 additions and 3 deletions

View file

@ -1 +1 @@
Rules.make.system
Rules.make.standalone

View file

@ -1 +1,4 @@
LUA_CFLAGS=$(shell pkg-config --cflags lua)
LUA_LFLAGS=$(shell pkg-config --libs lua)
SDL_CFLAGS=$(shell sdl-config --cflags)
SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image

View file

@ -98,7 +98,7 @@ elif [ "$ans" == "2" ]; then
echo "Ok, now do:"
echo " make; make install; sdl-instead"
else
echo "Wrong answer."
echo "Huh!!! Wrong answer."
exit 1
fi
echo "Bye..."