Skip to content
Snippets Groups Projects
Commit d44c317d authored by William Manley's avatar William Manley Committed by Tim-Philipp Müller
Browse files

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
parent 0ccab37b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment