diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-03-28 10:27:07 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-03-28 10:27:07 +0000 |
commit | f31d24a0a1236c774e77b9bdb69eab870dddb8e9 (patch) | |
tree | 2cdc4512c7109357a08ba76d301ac478d05f0694 /ld/configure | |
parent | *** empty log message *** (diff) | |
download | binutils-gdb-f31d24a0a1236c774e77b9bdb69eab870dddb8e9.tar.gz binutils-gdb-f31d24a0a1236c774e77b9bdb69eab870dddb8e9.tar.bz2 binutils-gdb-f31d24a0a1236c774e77b9bdb69eab870dddb8e9.zip |
* configure.in: Check for windows.h, not Windows.h.
* configure: Regenerate.
* plugin.c: Include windows.h, not Windows.h.
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 f897b692cdd..9e4cb57802a 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 |