gst-devtools/codecanalyser: Fix typo NO_CONFIGURE should be NOCONFIGURE

For consistency with the rest of the autogen.sh scripts.

https://bugzilla.gnome.org/show_bug.cgi?id=772616
This commit is contained in:
William Manley 2016-06-21 17:56:58 +01:00 committed by Tim-Philipp Müller
parent 0ccab37b65
commit d44c317da7

View file

@ -25,6 +25,6 @@ fi
cd "$olddir"
if test -z "$NO_CONFIGURE"; then
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@" && echo "Now type 'make' to compile $PROJECT."
fi