mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
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:
parent
0ccab37b65
commit
d44c317da7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue