diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-11-01 21:51:52 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-11-01 21:51:52 +0000 |
commit | 5c692a7feb6a378e83de58927556ff587e7d2e47 (patch) | |
tree | 5fd7d80e2367ff07476f90128484c946ecbcae51 /unittests | |
parent | 155eae5f80b83786daf693c92f787ccd2a51af10 (diff) | |
download | klee-5c692a7feb6a378e83de58927556ff587e7d2e47.tar.gz |
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.
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/Solver/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |