view src/libvpx-1-config.patch @ 2224:d4bbd9c7fdf1

update package libvpx
author Mark Brand <mabrand@mabrand.nl>
date Sat, 28 Jan 2012 00:36:11 +0100
parents 050f5ff03b26
children f653602a0500
line wrap: on
line source

# 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