Added error message for missing OpenSSL headers.

This commit is contained in:
Gunnar Beutner 2012-05-11 12:44:11 +02:00
parent ab6b46786b
commit 636d529f55
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if test "$have_cxx11_support" = "yes"; then
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])