Commit 52853ebb authored by diego's avatar diego

bashism--;


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d04a276f
...@@ -1030,7 +1030,7 @@ if $cc -msse -o $TMPO $TMPC 2> /dev/null ; then ...@@ -1030,7 +1030,7 @@ if $cc -msse -o $TMPO $TMPC 2> /dev/null ; then
fi fi
# Probe for -Wdeclaration-after-statement # Probe for -Wdeclaration-after-statement
if test "$cc" == "gcc"; then if test "$cc" = "gcc"; then
cat > $TMPC << EOF cat > $TMPC << EOF
int main( void ) { return 0; } int main( void ) { return 0; }
EOF 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