From 5c692a7feb6a378e83de58927556ff587e7d2e47 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sat, 1 Nov 2014 21:51:52 +0000 Subject: Upstream libstp is no longer dependent on Boost so remove the configure/Makefile code that adds Boost as a depdendency because We don't need to support old versions of STP that needed Boost. --- unittests/Solver/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'unittests') diff --git a/unittests/Solver/Makefile b/unittests/Solver/Makefile index 83427795..00713691 100644 --- a/unittests/Solver/Makefile +++ b/unittests/Solver/Makefile @@ -10,7 +10,3 @@ LINK_COMPONENTS := support include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest LIBS += -lstp - -ifeq ($(STP_NEEDS_BOOST),1) - LIBS += $(UPSTREAM_STP_LINK_FLAGS) -endif -- cgit 1.4.1