mirror of
https://github.com/curl/curl.git
synced 2026-07-22 18:17:19 +03:00
configure: check for long long when building with cyassl
cyassl/ctaocrypt/types.h needs SIZEOF_LONG_LONG Reported-by: Chris Conlon
This commit is contained in:
parent
626f8a85f0
commit
a3da0a96e3
1 changed files with 3 additions and 0 deletions
|
|
@ -1983,6 +1983,9 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
|
|||
if test "x$USE_CYASSL" = "xyes"; then
|
||||
AC_MSG_NOTICE([detected CyaSSL])
|
||||
|
||||
dnl cyassl/ctaocrypt/types.h needs SIZEOF_LONG_LONG defined!
|
||||
AC_CHECK_SIZEOF(long long)
|
||||
|
||||
LIBS="-lcyassl -lm $LIBS"
|
||||
|
||||
if test -n "$cyassllib"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue