Skip to content

Commit

Permalink
[configure] remove boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaraev committed Feb 1, 2016
1 parent 8e140e6 commit 41ae93f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.ac
Expand Up @@ -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'])
Expand Down

0 comments on commit 41ae93f

Please sign in to comment.