]> granicus.if.org Git - python/commitdiff
Merged revisions 79351 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 23 Mar 2010 21:02:34 +0000 (21:02 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 23 Mar 2010 21:02:34 +0000 (21:02 +0000)
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
........

configure
configure.in

index 959979fdc9a5fd4bb95617ddd767ad1e09f23706..d9c35daaf3a0a7f8d7fbfe7bc6bb4804c01dbb92 100755 (executable)
--- 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)
index de788fbe448608476b6485ef9c1511b5911015e6..6893a07adf59473d9749c039378754f2edba330b 100644 (file)
@@ -819,7 +819,7 @@ fi],
 # tweak OPT based on compiler and platform, only if the user didn't set
 # it on the command line
 AC_SUBST(OPT)
-if test "${OPT-unset}" == "unset"
+if test "${OPT-unset}" = "unset"
 then
     case $GCC in
     yes)