mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 79352 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r79352 | benjamin.peterson | 2010-03-23 16:02:34 -0500 (Tue, 23 Mar 2010) | 9 lines 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 ........ ................
This commit is contained in:
parent
6de9bec392
commit
e7e59c270d
2 changed files with 44 additions and 30 deletions
|
@ -832,7 +832,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue