Use included ltdl

This commit is contained in:
Frank Denis 2013-04-24 11:50:59 -07:00
parent 66c6df11bd
commit ecb70e2f77

View File

@ -1,4 +1,4 @@
#! /bin/sh
export CFLAGS="-O3 -fomit-frame-pointer -march=pentium2 -mtune=nocona"
./configure && make && make check && make install
./configure --with-included-ltdl && make && make check && make install