Apparently, we need this check on some systems (??)

This commit is contained in:
Artem Pavlenko 2006-10-03 08:37:34 +00:00
parent c0fa1a6004
commit 86c4443f10

View file

@ -73,6 +73,7 @@ for path in [env['BOOST_LIBS'], env['PNG_LIBS'], env['JPEG_LIBS'], env['TIFF_LIB
env.ParseConfig(env['FREETYPE_CONFIG'] + ' --libs --cflags')
C_LIBSHEADERS = [
['m', 'math.h', True],
['ltdl', 'ltdl.h', True],
['png', 'png.h', True],
['tiff', 'tiff.h', True],