diff --git a/dist-build/msys.sh b/dist-build/msys.sh index 22ca8cb6..2c4ef1ec 100755 --- a/dist-build/msys.sh +++ b/dist-build/msys.sh @@ -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