Page Breaks: avoid flickering of the tab by drawing it over the line
[LibreOffice.git] / python / Python-2.6.1-sysbase.patch
blobfb81056c1595666b8cf1a60c4fd1e9c911c6a612
1 --- misc/Python-2.6.1/configure Thu Mar 17 13:00:41 2011
2 +++ misc/build/Python-2.6.1/configure Thu Mar 17 12:58:50 2011
3 @@ -2042,7 +2042,9 @@
4 if test -z "$MACHDEP"
5 then
6 ac_sys_system=`uname -s`
7 - if test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \
8 + if test -n "$OOO_SYSBASE_SYS_RELEASE"; then
9 + ac_sys_release=$OOO_SYSBASE_SYS_RELEASE
10 + elif test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \
11 -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then
12 ac_sys_release=`uname -v`
13 else