update for removal of llvm/ADT/OwningPtr.h
commit02ba325437193f97a4d5b4bcd28642c0be55d835
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 30 Aug 2014 15:44:03 +0000 (30 17:44 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 31 Aug 2014 09:03:51 +0000 (31 11:03 +0200)
tree61f001fa79478f3a9ae9c4d8e03cc4123b75fb5e
parent7cb5d879dab5dcbb76c9cb7d650aede3f0619236
update for removal of llvm/ADT/OwningPtr.h

The llvm/ADT/OwningPtr.h 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
interface/extract_interface.cc