projects
/
platform
/
upstream
/
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
|
history
diff --git
a/configure
b/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