diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:02:40 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:02:40 +0000 |
commit | a73aa283e27c6d756f87dcd30432b68a7c201a16 (patch) | |
tree | 7452b5988a8fa5db85e6d68425b24c8816fedd58 /include | |
parent | a008fb78987a4675d12f5934f3d51bbd84c3f653 (diff) | |
download | klee-a73aa283e27c6d756f87dcd30432b68a7c201a16.tar.gz |
Fix some final objdir != src problems.
- PR4269. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Config/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index 6d690d24..88f92d96 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -1,8 +1,5 @@ /* include/klee/Config/config.h.in. Generated from autoconf/configure.tmp.ac by autoheader. */ -/* Define if stplog enabled */ -#undef ENABLE_STPLOG - /* Does the platform use __ctype_b_loc, etc. */ #undef HAVE_CTYPE_EXTERNALS |