From e3880318a795bac10a00c582efa151f0ed85a02e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 Jan 2006 14:55:49 +0000 Subject: [PATCH] bashism--; Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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