From ecb70e2f77fd7b2c8d3d40149a65bd0a7ae688e4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 24 Apr 2013 11:50:59 -0700 Subject: [PATCH] Use included ltdl --- dist-build/msys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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