Skip to content

Commit

Permalink
minor error message correction for openssl includes (esnet#1649)
Browse files Browse the repository at this point in the history
* minor error message correction for openssl includes

* update fix for config/ax_check_openssl.m4
  • Loading branch information
dopheide-esnet committed Feb 8, 2024
1 parent 3510239 commit d4b2b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ax_check_openssl.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4b2b31

Please sign in to comment.