diff options
Diffstat (limited to 'ld/configure')
-rwxr-xr-x | ld/configure | 6 |
1 files changed, 3 insertions, 3 deletions
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 |