1diff -ruN misc/Python-2.7.18/configure misc/build/Python-2.7.18/configure 2--- misc/Python-2.7.18/configure 2014-06-29 21:05:48.000000000 -0500 3+++ misc/build/Python-2.7.18/configure 2016-01-01 15:18:37.398344671 -0500 4@@ -3295,7 +3295,9 @@ 5 ac_sys_release= 6 else 7 ac_sys_system=`uname -s` 8- if test "$ac_sys_system" = "AIX" \ 9+ if test -n "$OOO_SYSBASE_SYS_RELEASE"; then 10+ ac_sys_release=$OOO_SYSBASE_SYS_RELEASE 11+ elif test "$ac_sys_system" = "AIX" \ 12 -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then 13 ac_sys_release=`uname -v` 14 else 15