From ef5cac3d8c6bd2bfd52b75e3f2e8db385565acbd Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Tue, 11 Jul 2017 16:51:48 +0200 Subject: build: remove WIN32_LEAN_AND_MEAN from individual build systems It's defined for all build systems in curl_setup.h since commit beb08481d01a07a8b10938b1078a5e298b1c2912. This caused macro redefinition warnings in the configure builds. Closes https://github.com/curl/curl/pull/1677 --- acinclude.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index fe0e020b0..8a6c414a7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -199,8 +199,6 @@ AC_DEFUN([CURL_CHECK_HEADER_WINDOWS], [ yes) AC_DEFINE_UNQUOTED(HAVE_WINDOWS_H, 1, [Define to 1 if you have the windows.h header file.]) - AC_DEFINE_UNQUOTED(WIN32_LEAN_AND_MEAN, 1, - [Define to avoid automatic inclusion of winsock.h]) ;; esac ]) -- cgit v1.2.3