fixed sconstruct error with asprintf

This commit is contained in:
punkrockguy318 2010-03-03 05:46:28 +00:00
parent fd009c252f
commit 6fd48a5e1b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ else:
print 'Did not find libgd, you won\'t be able to create a logo screen for your avis.'
if conf.CheckFunc('asprintf'):
conf.env.Append(CCFLAGS = " -DHAVE_ASPRINTF")
conf.env.Append(CCFLAGS = "-DHAVE_ASPRINTF")
if env['OPENGL'] and conf.CheckLibWithHeader('GL', 'GL/gl.h', 'c++', autoadd=1):
conf.env.Append(CCFLAGS = " -DOPENGL")
conf.env.Append(CPPDEFINES = ['PSS_STYLE=1'])