Drop all references of unused MGCP

Change-Id: I1c023d773bf196d41b4251ca7011a82969acb613
This commit is contained in:
Pau Espin 2018-06-20 23:55:22 +02:00
parent a248f20d97
commit d67e07f04b
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ set -x
cd "$base"
autoreconf --install --force
./configure --enable-sanitize $enable_werror $MGCP $IU --enable-external-tests
./configure --enable-sanitize $enable_werror $IU --enable-external-tests
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="$enable_werror $MGCP $IU --enable-external-tests" \
DISTCHECK_CONFIGURE_FLAGS="$enable_werror $IU --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh