]> granicus.if.org Git - libvpx/commit
do not error out on generic-gnu + --enable-shared
authorMike Frysinger <vapier@chromium.org>
Tue, 14 Aug 2012 18:24:28 +0000 (14:24 -0400)
committerJohann <johannkoenig@google.com>
Tue, 14 Aug 2012 18:39:20 +0000 (11:39 -0700)
commitb4ab43f12cc44a24e8161eb2d0857b78c756b18c
treed26d22e7c8db79e379de70cb933b5cc48cb879cb
parentff61cbc5105c16d48ffd291cd85a031cbce36be9
do not error out on generic-gnu + --enable-shared

If you build with --enabled-shared on a Linux arch not explicitly
listed, the configure script will abort because it didn't detect
"linux" in the fallback generic-gnu tuple.

Since this is the fallback tuple and people are passing
--enable-shared, assume the user knows what they're in for.

Change-Id: Ia35b657e7247c8855e3a94fca424c9884d4241e3
configure