diff -Naur libvpx-1.1.0.orig/configure libvpx-1.1.0/configure
--- libvpx-1.1.0.orig/configure	2012-08-20 11:16:19.000000000 -0400
+++ libvpx-1.1.0/configure	2012-08-20 11:16:57.000000000 -0400
@@ -453,7 +453,7 @@
         # Can only build shared libs on a subset of platforms. Doing this check
         # here rather than at option parse time because the target auto-detect
         # magic happens after the command line has been parsed.
-        enabled linux || die "--enable-shared only supported on ELF for now"
+        enabled linux || echo "--enable-shared only supported on ELF for now"
     fi
     if [ -z "$CC" ]; then
         echo "Bypassing toolchain for environment detection."
