summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-23 21:02:34 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-23 21:02:34 +0000
commit3ddb90c48069151d2f6481d9779387113ec2951b (patch)
treecbb7f50c23eacaf19da052ca46c875b011b7b568 /configure
parent76a629d813031ddb0b20c88582ed0e0f186f3e53 (diff)
downloadcpython-3ddb90c48069151d2f6481d9779387113ec2951b.tar.gz
Merged revisions 79351 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79351 | benjamin.peterson | 2010-03-23 15:58:37 -0500 (Tue, 23 Mar 2010) | 1 line the == test doesn't work on Solaris #8210 ........
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 959979fdc9..d9c35daaf3 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 78821 .
+# From configure.in Revision: 78965 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.2.
#
@@ -4521,7 +4521,7 @@ fi
# tweak OPT based on compiler and platform, only if the user didn't set
# it on the command line
-if test "${OPT-unset}" == "unset"
+if test "${OPT-unset}" = "unset"
then
case $GCC in
yes)