From fe00f95828ef5627721b57e054f7eb2d42a2c961 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 24 May 2011 00:23:46 +0300 Subject: [PATCH] Build: Fix checking for system-provided SHA-256. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a75c520..bc85fdd 100644 --- a/configure.ac +++ b/configure.ac @@ -563,7 +563,7 @@ if test "x$enable_check_sha256" = "xyes"; then [sha256_header_found=yes ; break]) if test "x$sha256_header_found" = xyes; then AC_CHECK_TYPES([CC_SHA256_CTX, SHA256_CTX, SHA2_CTX], [], [], - [[#ifdef HAVE_SYS_TYPES + [[#ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_COMMONCRYPTO_COMMONDIGEST_H -- 2.7.4