Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.
authorDiego Biurrun <diego@biurrun.de>
Fri, 1 Aug 2008 20:30:21 +0000 (20:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 1 Aug 2008 20:30:21 +0000 (20:30 +0000)
Originally committed as revision 14499 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 8b5d8ac..18686c8 100755 (executable)
--- a/configure
+++ b/configure
@@ -623,6 +623,9 @@ apply(){
     "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
 }
 
+# CONFIG_LIST contains configurable options, while HAVE_LIST is for
+# system-dependent things.
+
 COMPONENT_LIST="
     bsfs
     decoders