projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f23a10
)
bashism--;
author
Diego Biurrun
<diego@biurrun.de>
Tue, 3 Jan 2006 14:55:49 +0000
(14:55 +0000)
committer
Diego 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
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
5c7ad4f
..
0fc195e
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