From 7e2ea38534474f3e3aa03aa641982ed068f6ba77 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 6 Aug 2014 16:27:18 +0100 Subject: [PATCH] [configure.ac] Make sure libaio.h is present, and remove deps for a couple of boost headers we're no longer using. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8f25002..f15906b 100644 --- a/configure.ac +++ b/configure.ac @@ -48,10 +48,9 @@ AC_PREFIX_DEFAULT(/usr) AC_CHECK_HEADERS([expat.h \ iostream \ + libaio.h \ boost/bind.hpp \ boost/crc.hpp \ - boost/intrusive/circular_list_algorithms.hpp \ - boost/intrusive/rbtree_algorithms.hpp \ boost/lexical_cast.hpp \ boost/noncopyable.hpp \ boost/optional.hpp \