summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-23 20:58:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-23 20:58:37 (GMT)
commitd4b721bc005085ed6d7072a896acce008c67a2fc (patch)
tree2df57ee64c495914b9671d44356318e4c70a996a /configure
parent3c919cf140170a03c20ec68a8fe63586b718d057 (diff)
downloadcpython-d4b721bc005085ed6d7072a896acce008c67a2fc.zip
cpython-d4b721bc005085ed6d7072a896acce008c67a2fc.tar.gz
cpython-d4b721bc005085ed6d7072a896acce008c67a2fc.tar.bz2
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 8ca3fe0..e6fc4d6 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 78962 .
+# From configure.in Revision: 78964 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
@@ -4596,7 +4596,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)