summaryrefslogtreecommitdiffstats
path: root/config/ax_check_openssl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/ax_check_openssl.m4')
-rw-r--r--config/ax_check_openssl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ax_check_openssl.m4 b/config/ax_check_openssl.m4
index 28e48cb..9e0e920 100644
--- a/config/ax_check_openssl.m4
+++ b/config/ax_check_openssl.m4
@@ -75,7 +75,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [
if ! $found; then
OPENSSL_INCLUDES=
for ssldir in $ssldirs; do
- AC_MSG_CHECKING([for openssl/ssl.h in $ssldir])
+ AC_MSG_CHECKING([for include/openssl/ssl.h in $ssldir])
if test -f "$ssldir/include/openssl/ssl.h"; then
OPENSSL_INCLUDES="-I$ssldir/include"
OPENSSL_LDFLAGS="-L$ssldir/lib"