configure: Use --enable-pic instead of --enabled-shared
authorEdward Hervey <bilboed@bilboed.com>
Wed, 16 Jun 2010 09:46:02 +0000 (11:46 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 16 Jun 2010 09:46:02 +0000 (11:46 +0200)
commit133b88fc63be4042355bbe9d02728cf78a584b26
treec20e4833e8bca886142756e9b4fa5621db1b940b
parent54f5a5ded6bdf016d93f6309f9934d50780ceb08
configure: Use --enable-pic instead of --enabled-shared

Not sure when that option was added, but it does what we want (i.e. produce
PIC code in .a/.la that we can then link into a shared library)
configure.ac