autogen.sh: do not execute ./configure

This restores the original behaviour from previous patch.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2016-02-29 14:09:57 +00:00 committed by Emil Velikov
parent b5f920ef15
commit 6d9fa0c13d
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,3 @@ cd "$srcdir"
autoreconf --force --verbose --install || exit 1
cd "$ORIGDIR" || exit $?
if test -z "$NOCONFIGURE"; then
"$srcdir"/configure "$@"
fi