This commit is contained in:
Karel Zak 2016-02-12 13:15:25 +01:00
commit aa4e57e3ba
1 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,6 @@ function travis_before_script
./autogen.sh
ret=$?
# workaround for broken pylibmount install relink
[ $ret -eq 0 ] && \
sed -i 's/\(link_all_deplibs\)=no/\1=unknown/' ./configure
set +o xtrace
popd
return $ret