Require Boost

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-17 21:29:01 -05:00
parent 1bb546c0e7
commit 3e81d42f74
3 changed files with 260 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ AC_PROG_RANLIB
# Checks for libraries.
AC_SEARCH_LIBS([utempter_remove_added_record], [utempter], , AC_MSG_ERROR([Unable to find libutempter.]))
AX_BOOST_BASE(, , AC_MSG_ERROR([Unable to find boost libraries.]))
# Checks for header files.
AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h limits.h locale.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h termios.h unistd.h wchar.h wctype.h])