From c582aa704b9f0d2729e76251aeb4676d4cb866a6 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 31 Jul 2012 17:21:30 +0000 Subject: Patch by Dan Liew that removes our internal copy of STP, and makes the --with-stp option mandatory: "1. At configure time the --with-stp= option is now mandatory. 2. The HAVE_EXT_STP macro has been removed. 3. The ENABLE_EXT_STP autoconf replacement variable has been removed and consequently the Makefile variable of the same name has been removed." git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@161055 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/klee/Config/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index ca81155f..4ce9714d 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -6,9 +6,6 @@ /* Does the platform use __ctype_b_loc, etc. */ #undef HAVE_CTYPE_EXTERNALS -/* Using external STP */ -#undef HAVE_EXT_STP - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -- cgit 1.4.1