summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-03 14:55:49 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-03 14:55:49 +0000
commite3880318a795bac10a00c582efa151f0ed85a02e (patch)
tree75572f36255b6e3595e46d5a73edf71f45ea21b5 /configure
parent9f23a10ae096e67d49f1bfd4da1a89b4cdb64652 (diff)
bashism--;
Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5c7ad4f5a3..0fc195eef6 100755
--- 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