summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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