From: Andres Mejia Date: Tue, 5 Feb 2013 23:23:53 +0000 (-0500) Subject: Remove redundant defines of WINVER and _WIN32_WINNT from CRYPTO_CHECK_WIN. X-Git-Tag: v3.1.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da738640d28b3bccec05a97eb07cc32ef254d519;p=thirdparty%2Flibarchive.git Remove redundant defines of WINVER and _WIN32_WINNT from CRYPTO_CHECK_WIN. Defines will be added from confdefs.h which is generated while configure script executes. --- diff --git a/configure.ac b/configure.ac index aa1a5c0f7..feef50507 100644 --- a/configure.ac +++ b/configure.ac @@ -669,8 +669,6 @@ AC_DEFUN([CRYPTO_CHECK_WIN], [ if test "$found_$1" != yes; then AC_MSG_CHECKING([support for ARCHIVE_CRYPTO_$1_WIN]) AC_LINK_IFELSE([AC_LANG_SOURCE([ -#define _WIN32_WINNT 0x0500 -#define WINVER 0x0500 #define ARCHIVE_$1_COMPILE_TEST #include #include