Commit e3880318 authored by Diego Biurrun's avatar Diego Biurrun

bashism--;

Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9f23a10a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment