Fix dumb coding error in the scons recipe.

This commit is contained in:
Eric S. Raymond 2008-03-28 11:51:14 +00:00
parent 2c1f0d0d7c
commit 6a6e1cf8fb

View file

@ -181,9 +181,9 @@ if not conf.CheckPKGConfig('0.15.0'):
if not conf.CheckSDL(require_version = '1.2.7'):
print 'SDL >= 1.2.7 not found.'
Exit(1)
#if conf.CheckSDL("SDL_ttf", require_version = "2.0.8"):
# print 'SDL_ttf >= 2.0.8 not found.'
# Exit(1)
if not conf.CheckSDL("SDL_ttf", require_version = "2.0.8"):
print 'SDL_ttf >= 2.0.8 not found.'
Exit(1)
#if not conf.CheckOgg():
# print "No Ogg Vorbis support in SDL!"