fix sal build with system-boost

Change-Id: I56ce5fc99c654c63df87844c78f652c4ff13ce2c
This commit is contained in:
Rene Engelhard
2012-11-12 19:39:29 +01:00
parent 6ce21d57d9
commit 9faaeff44d

View File

@@ -59,7 +59,9 @@ $(eval $(call gb_Library_use_libraries,sal,\
$(gb_UWINAPI) \
))
ifneq ($(SYSTEM_BOOST),YES)
$(eval $(call gb_Library_use_unpacked,sal,boost))
endif
$(eval $(call gb_Library_use_externals,sal,\
valgrind \