From: Gunnar Beutner Date: Fri, 11 May 2012 10:44:11 +0000 (+0200) Subject: Added error message for missing OpenSSL headers. X-Git-Tag: v0.0.1~529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=636d529f554dff982528bc8cb7e20909b4c9a312;p=icinga2 Added error message for missing OpenSSL headers. --- diff --git a/configure.ac b/configure.ac index 4f87023e4..6071c9fce 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ if test "$have_cxx11_support" = "yes"; then fi - +AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[#include ]], []), [], [AC_MSG_ERROR([You need the OpenSSL headers and libraries in order to build this application]) ]) LT_INIT([disable-static])