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 /Makefile.config.in | |
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 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index b2474849..ee95c4e5 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -32,12 +32,6 @@ KLEE_USE_CXX11 := @KLEE_USE_CXX11@ STP_CFLAGS := @STP_CFLAGS@ STP_LDFLAGS := @STP_LDFLAGS@ -STP_NEEDS_BOOST := @STP_NEEDS_BOOST@ - -ifeq ($(STP_NEEDS_BOOST),1) - UPSTREAM_STP_LINK_FLAGS = @UPSTREAM_STP_LINK_FLAGS@ -endif - ENABLE_METASMT := @ENABLE_METASMT@ METASMT_ROOT := @METASMT_ROOT@ |