aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Saraev <stefan@saraev.ca>2016-01-31 22:52:09 +0200
committerStefan Saraev <stefan@saraev.ca>2016-02-01 17:10:27 +0200
commit41ae93f0913f7ba72087a48370f8d66a3eac9fcc (patch)
treec676dd9e644c9e89de2c58b815b891c52a5bf9ae /configure.ac
parent8e140e6596c9ad3df9e561da5db3f86a4f49cd7e (diff)
[configure] remove boost dependency
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8f08277061..3c469097b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -912,11 +912,6 @@ AC_LANG_POP([C++])
# Check inotify availability
AC_CHECK_HEADER([sys/inotify.h], AC_DEFINE([HAVE_INOTIFY],[1],[Define if we have inotify]),)
-# Checks for boost headers using CXX instead of CC
-AC_LANG_PUSH([C++])
-AC_CHECK_HEADER([boost/circular_buffer.hpp],, AC_MSG_ERROR($missing_library))
-AC_LANG_POP([C++])
-
# Python
if test -z "$PYTHON_NOVERSIONCHECK"; then
AX_PYTHON_DEVEL([>= '2.6'])