summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index e35d8708c..bbfdf1f13 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -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