bashism--;
authorDiego Biurrun <diego@biurrun.de>
Tue, 3 Jan 2006 14:55:49 +0000 (14:55 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 3 Jan 2006 14:55:49 +0000 (14:55 +0000)
Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 5c7ad4f5a3de3fd6d771c463ec74975ed7aa53fb..0fc195eef69ac012f913271e5b1a649ebf46b8ba 100755 (executable)
--- a/configure
+++ b/configure
@@ -1030,7 +1030,7 @@ if $cc -msse -o $TMPO $TMPC 2> /dev/null ; then
 fi
 
 # Probe for -Wdeclaration-after-statement
-if test "$cc" == "gcc"; then
+if test "$cc" = "gcc"; then
   cat > $TMPC << EOF
   int main( void ) { return 0; }
 EOF