From: Yehuda Sadeh Date: Fri, 3 Dec 2010 21:35:55 +0000 (-0800) Subject: configure: check for the presence of libcrypto++ header files X-Git-Tag: v0.24~62 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a28b4494396321ba2bee2a5f77f52b1a8c558f2d;p=ceph.git configure: check for the presence of libcrypto++ header files --- 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],