update for removal of llvm/ADT/OwningPtr.h
commita0427a68dace69026902d02307ace0575f85584e
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 31 Aug 2014 08:13:12 +0000 (31 10:13 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 2 Sep 2014 10:01:49 +0000 (2 12:01 +0200)
tree6b2b6d0e5cde99d7687ca01639f811b06f3c23cc
parent1c789692cd7c38b505b60fdc5f5914d021b4f985
update for removal of llvm/ADT/OwningPtr.h

The llvm/ADT/OwningPtr.h header has been removed in recent versions of clang.
These versions can only be compiled with a C++11 compiler, so if this
header is missing then we may assume that we can use std::unique_ptr.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac
pet.cc