From: Daniel Stenberg Date: Tue, 22 Oct 2013 20:55:48 +0000 (+0200) Subject: configure: check for long long when building with cyassl X-Git-Tag: curl-7_34_0~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3da0a96e383225b11d5a2de02d7217b33aa76da;p=curl configure: check for long long when building with cyassl cyassl/ctaocrypt/types.h needs SIZEOF_LONG_LONG Reported-by: Chris Conlon --- diff --git a/configure.ac b/configure.ac index f861124bf..2b9e7e446 100644 --- a/configure.ac +++ b/configure.ac @@ -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