Index: libvpx/configure
===================================================================
--- libvpx.orig/configure 2012-05-14 10:09:49.725600345 +0200
+++ libvpx/configure 2012-05-14 10:09:51.721600374 +0200
@@ -449,12 +449,6 @@
}
process_detect() {
- if enabled shared; then
- # 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"
- fi
if [ -z "$CC" ]; then
echo "Bypassing toolchain for environment detection."
enable external_build