view src/libvpx-1-config.patch @ 1815:0e0843e937cf

update package freetds
author Mark Brand <mabrand@mabrand.nl>
date Thu, 12 May 2011 13:48:20 +0200
parents 050f5ff03b26
children d4bbd9c7fdf1
line wrap: on
line source

# This file is part of mingw-cross-env.
# See doc/index.html for further information.

diff -Nru libvpx-0.9.1-orig/configure libvpx-0.9.1/configure
--- libvpx-0.9.1-orig/configure	2010-07-09 17:10:49.771062118 +0200
+++ libvpx-0.9.1/configure	2010-07-09 17:16:28.583061657 +0200
@@ -437,9 +437,6 @@
         }
     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