diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 15:19:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 15:19:50 +0000 |
commit | f573b48981f28821e937f707cde8925b3e524ed6 (patch) | |
tree | fd9957251fcff897280a40e7db7fba77c392cc8d /python/Python-2.3.4.patch | |
parent | 431ac8c88e9434b6f70d2bf35189ecb43550356d (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/Python-2.3.4.patch')
-rwxr-xr-x | python/Python-2.3.4.patch | 4 |
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 |