aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-03-28 10:27:07 +0000
committerJoseph Myers <joseph@codesourcery.com>2011-03-28 10:27:07 +0000
commitf31d24a0a1236c774e77b9bdb69eab870dddb8e9 (patch)
tree2cdc4512c7109357a08ba76d301ac478d05f0694 /ld/configure
parentf8eb4131aee97b9d8f41979d42b7358a0d1ecaae (diff)
downloadfsf-binutils-gdb-f31d24a0a1236c774e77b9bdb69eab870dddb8e9.zip
fsf-binutils-gdb-f31d24a0a1236c774e77b9bdb69eab870dddb8e9.tar.gz
fsf-binutils-gdb-f31d24a0a1236c774e77b9bdb69eab870dddb8e9.tar.bz2
* 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-xld/configure6
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