move comment where it makes sense
authorMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 02:43:11 +0000 (02:43 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 02:43:11 +0000 (02:43 +0000)
Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 083cf65..03896a5 100755 (executable)
--- a/configure
+++ b/configure
@@ -162,6 +162,7 @@ EOF
     exit 1
 }
 
+# "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
 toupper(){
     echo "$@" | tr '[a-z]' '[A-Z]'
 }
@@ -2036,7 +2037,6 @@ else
 fi
 
 
-# "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
 for codec in $DECODER_LIST $ENCODER_LIST $PARSER_LIST $DEMUXER_LIST $MUXER_LIST; do
     ucname="`toupper $codec`"
     config_name="CONFIG_$ucname"