summaryrefslogtreecommitdiffstats
path: root/src/libvpx-1-config.patch
blob: 2f7ac9c82be7fbea3b61039b31f550ce22c5f531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is part of mingw-cross-env.
# See doc/index.html for further information.

diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -465,9 +465,6 @@ process_detect() {
         }
     fi
     check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
-    check_ld <<EOF || die "Toolchain is unable to link executables"
-int main(void) {return 0;}
-EOF
     # check system headers
     check_header stdint.h
     check_header pthread.h