summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-07-29 19:24:25 +0200
committerDavid Tardon <dtardon@redhat.com>2017-07-29 19:24:25 +0200
commit8a1c39f7da057504fd04d46c700357aea1ea1cc6 (patch)
treea07d1419e4a5bf2842c846840144bd20df137af1 /configure.ac
parent6f04b3bd154968043b224fc0b7d8c2fbf0512ad9 (diff)
boost::shared_ptr -> std::shared_ptr
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d98bed5..0fb5cab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,6 @@ AC_CHECK_HEADERS(
boost/spirit/include/phoenix_operator.hpp \
boost/spirit/include/qi_core.hpp \
boost/spirit/include/qi_eol.hpp \
- boost/shared_ptr.hpp \
,
[],
[AC_MSG_ERROR([Requires boost headers not found.])],