travis: Remove workaround for libtool install of pylibmount

Commit 324330aca6 ("build-sys: Properly order install dependencies
of pylibmount") introduces a proper make dependency for the install
rules, in a way that the workaround is no longer necessary.

Tested that a PR with this commit passes Travis-CI.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
This commit is contained in:
Filipe Brandenburger 2016-02-09 15:13:43 -08:00
parent e865838d6d
commit 05894f05bd
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