From a28b4494396321ba2bee2a5f77f52b1a8c558f2d Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 3 Dec 2010 13:35:55 -0800 Subject: [PATCH] configure: check for the presence of libcrypto++ header files --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index e00cdbf5e2891..b34e05d298700 100644 --- a/configure.ac +++ b/configure.ac @@ -151,6 +151,10 @@ AC_CHECK_HEADER([boost/spirit.hpp], [AC_DEFINE([HAVE_BOOST_SPIRIT_CORE_HPP])], [AC_MSG_ERROR([Sorry you need to install the Boost spirit parser library (libboost-dev on debian)])]) +AC_CHECK_HEADER([cryptopp/cryptlib.h], + [], + [AC_MSG_ERROR([Sorry you need libcrypto++ dev files])]) + AC_LANG([C]) AC_CHECK_HEADER([histedit.h], -- 2.39.5