Fix Linux compile issue

This commit is contained in:
Dan Hutchinson 2014-04-21 20:42:14 +01:00
parent dcbafb0279
commit 86dfc828f1

3
configure vendored
View File

@ -104,9 +104,8 @@ if ismac ; then
fi
if islinux ; then
#echo OS_CFLAGS=
echo OS_LDFLAGS=-pthread -ldl -Wl,--no-as-needed>>config.mak
echo LD_SET_SONAME=-install_name, >>config.mak
echo LD_SET_SONAME=-Wl,-soname= >>config.mak
fi
if isbsd ; then