]> granicus.if.org Git - python/commitdiff
the == test doesn't work on Solaris #8210
authorBenjamin Peterson <benjamin@python.org>
Tue, 23 Mar 2010 20:58:37 +0000 (20:58 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 23 Mar 2010 20:58:37 +0000 (20:58 +0000)
configure
configure.in

index 8ca3fe0b1a7f30d281096eb0441446aeb39f005e..e6fc4d684a645222bbac701a7a44b922b9281c06 100755 (executable)
--- 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)
index 31f51ef31961e69aeb6cab73d4036d67ff619fed..9773e8c06f8176b58286325e997d1e76b2ee6f12 100644 (file)
@@ -881,7 +881,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)