configure: check for long long when building with cyassl
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Oct 2013 20:55:48 +0000 (22:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Oct 2013 20:55:48 +0000 (22:55 +0200)
cyassl/ctaocrypt/types.h needs SIZEOF_LONG_LONG

Reported-by: Chris Conlon
configure.ac

index f861124..2b9e7e4 100644 (file)
@@ -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