mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Added error message for missing OpenSSL headers.
This commit is contained in:
parent
ab6b46786b
commit
636d529f55
@ -33,7 +33,7 @@ if test "$have_cxx11_support" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[#include <openssl/ssl.h>]], []), [], [AC_MSG_ERROR([You need the OpenSSL headers and libraries in order to build this application]) ])
|
||||||
|
|
||||||
|
|
||||||
LT_INIT([disable-static])
|
LT_INIT([disable-static])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user