From 4ada29fdac86d0b2b90f770a61c714610b45ffab Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 12 May 2019 19:20:58 +0200 Subject: Be a bit more verbose about SSL probing. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 59a5048c..59a90392 100644 --- a/configure.ac +++ b/configure.ac @@ -778,6 +778,7 @@ then AC_MSG_ERROR([SSL support enabled, but OpenSSL not found]) fi PKG_CHECK_MODULES([SSL],[libssl libcrypto],[LIBS="$LIBS $SSL_LIBS"],[ + AS_MESSAGE([SSL-check: pkg-config check failed, using traditional probe]) LDFLAGS="$LDFLAGS -L$with_ssl/lib" LIBS="$LIBS -lssl -lcrypto" dnl check if -ldl is needed @@ -797,6 +798,7 @@ then AC_MSG_RESULT($i) ]) AC_DEFINE(SSL_ENABLE, 1, [Define if you want SSL support compiled in]) + AS_MESSAGE(Enabling SSL support.) else AC_MSG_WARN(Disabling SSL support.) AC_MSG_WARN(Consider re-running configure --with-ssl.) -- cgit v1.2.3