mirror of
https://github.com/curl/curl.git
synced 2026-08-05 17:26:13 +03:00
configure: fix misleading error messages
Reported-by: Bryan Henderson URL: https://curl.se/mail/lib-2026-07/0010.html Closes #22300 Signed-off-by: Emmanuel Ugwu <emmanuelugwu121@gmail.com>
This commit is contained in:
parent
fa246bf7f2
commit
6bad3db3d5
2 changed files with 5 additions and 5 deletions
|
|
@ -219,7 +219,7 @@ if test "x$OPT_OPENSSL" != "xno"; then
|
|||
|
||||
if test "$OPENSSL_ENABLED" != "1"; then
|
||||
LIBS="$CLEANLIBS"
|
||||
AC_MSG_ERROR([OpenSSL libs and/or directories were not found where specified!])
|
||||
AC_MSG_ERROR([OpenSSL libs and/or directories were not found!])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue