contrib/jenkins.sh: MGCP is unconditional now

Change-Id: I88338b91eb09554c33c893d86fcaa3d6eb09a22b
This commit is contained in:
Harald Welte 2017-09-03 22:27:00 +02:00
parent 62f9e01505
commit 99c7e015c6
1 changed files with 2 additions and 2 deletions

View File

@ -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