aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 32c2d4e3b..cba37bf4f 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -46,11 +46,11 @@ set -x
cd "$base"
autoreconf --install --force
-./configure $MGCP $IU --enable-vty-tests --enable-external-tests
+./configure $IU --enable-vty-tests --enable-external-tests
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
- DISTCHECK_CONFIGURE_FLAGS="$MGCP $IU --enable-vty-tests --enable-external-tests" \
+ DISTCHECK_CONFIGURE_FLAGS="$IU --enable-vty-tests --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh