configure: add --enable-pic flag
authorMåns Rullgård <mans@mansr.com>
Thu, 20 Aug 2009 01:06:18 +0000 (01:06 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 20 Aug 2009 01:06:18 +0000 (01:06 +0000)
commit8a3c86277bf77ee14ea04ec97c30a7689beff25d
tree0f9de47009d4f36edab4c0278a24cff5f706f5ce
parent90d43b52e101af0c0cfb97a6c767b6f25cc0f61a
configure: add --enable-pic flag

Using this flag enables position-independent code even when not strictly
required.  It is impossible to use --disable-pic to forcibly disable PIC
when other properties mandate it.

Originally committed as revision 19672 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure