summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 19162a8a7..7b20e886c 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -58,7 +58,6 @@ function check_root
local opts="$MAKE_CHECK_OPTS --parallel=1 --show-diff"
xconfigure \
- --disable-makeinstall-chown \
--enable-all-programs \
|| return
$MAKE || return
@@ -73,7 +72,7 @@ function check_root
function check_dist
{
- xconfigure --disable-makeinstall-chown \
+ xconfigure \
|| return
$MAKE distcheck || return
}