Merge pull request #37 from douglasanpa/master

Fix to compile on Ubuntu 13:04
This commit is contained in:
Adam Hamsik 2015-12-29 13:32:12 +01:00
commit 3b52a10c54

2
configure vendored
View File

@ -106,7 +106,7 @@ 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=-install_name, >>config.mak
fi
if isbsd ; then