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