summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-13 15:19:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-13 15:19:50 +0000
commitf573b48981f28821e937f707cde8925b3e524ed6 (patch)
treefd9957251fcff897280a40e7db7fba77c392cc8d /python
parent431ac8c88e9434b6f70d2bf35189ecb43550356d (diff)
INTEGRATION: CWS ause046 (1.7.2); FILE MERGED
2006/01/05 16:16:14 hjs 1.7.2.1: #i60060# fix syntax
Diffstat (limited to 'python')
-rwxr-xr-xpython/Python-2.3.4.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Python-2.3.4.patch b/python/Python-2.3.4.patch
index 6f43a8b5d6a8..922e270ef5e7 100755
--- a/python/Python-2.3.4.patch
+++ b/python/Python-2.3.4.patch
@@ -61,12 +61,12 @@
# several APIs are not declared. Since this is also needed in some
# cases for HP-UX, we define it globally.
-+ define_xopen_source_extended = no
++ define_xopen_source_extended=no
+ case $ac_sys_system/$ac_sys_release in
+ SunOS/5.1*)
+ ;;
+ *)
-+ $define_xopen_source_extended = yes
++ define_xopen_source_extended=yes
+ ;;
+ esac