diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-03 14:55:49 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-03 14:55:49 +0000 |
commit | e3880318a795bac10a00c582efa151f0ed85a02e (patch) | |
tree | 75572f36255b6e3595e46d5a73edf71f45ea21b5 | |
parent | 9f23a10ae096e67d49f1bfd4da1a89b4cdb64652 (diff) | |
download | ffmpeg-e3880318a795bac10a00c582efa151f0ed85a02e.tar.gz |
bashism--;
Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |