From f31d24a0a1236c774e77b9bdb69eab870dddb8e9 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 28 Mar 2011 10:27:07 +0000 Subject: * configure.in: Check for windows.h, not Windows.h. * configure: Regenerate. * plugin.c: Include windows.h, not Windows.h. --- ld/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ld/configure') diff --git a/ld/configure b/ld/configure index f897b69..9e4cb57 100755 --- a/ld/configure +++ b/ld/configure @@ -16452,11 +16452,11 @@ done # We also support plugins on Windows (MinGW). if test x$enable_plugins = xno ; then - for ac_header in Windows.h + for ac_header in windows.h do : - ac_fn_c_check_header_compile "$LINENO" "Windows.h" "ac_cv_header_Windows_h" "$ac_includes_default + ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default " -if test "x$ac_cv_header_Windows_h" = x""yes; then : +if test "x$ac_cv_header_windows_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINDOWS_H 1 _ACEOF -- cgit v1.1