Remove unnecessary link of libtiff.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Aug 2013 10:44:13 +0000 (11:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Aug 2013 10:44:13 +0000 (11:44 +0100)
test/wscript

index f957b1060a00e19c9841e78ea119c5111f1b0410..2892bf9ebd2d2915bfc5755e18053efbc1cfb8a1 100644 (file)
@@ -14,7 +14,6 @@ def configure(conf):
                               uselib_store = 'BOOST_TEST')
 
     conf.env.prepend_value('LINKFLAGS', '-Lsrc')
-    conf.env.append_value('LIB', 'tiff')
 
 def build(bld):
     obj = bld(features = 'cxx cxxprogram')