uh should have read the patch better, i did test it and it works :)

This commit is contained in:
Toni Alatalo 2005-11-23 14:31:47 +00:00
parent d40b4dbaf8
commit 590e1c1e4a

@ -100,7 +100,7 @@ if sys.platform == 'linux2' or sys.platform == 'linux-i386':
jpeg_libpath = ['/usr/lib']
jpeg_include = ['/usr/include']
#tiff library information
tiff_lib = ['jpeg']
tiff_lib = ['tiff']
tiff_libpath = ['/usr/lib']
tiff_include = ['/usr/include']
# OpenGL library information