From f573b48981f28821e937f707cde8925b3e524ed6 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 13 Jan 2006 15:19:50 +0000 Subject: INTEGRATION: CWS ause046 (1.7.2); FILE MERGED 2006/01/05 16:16:14 hjs 1.7.2.1: #i60060# fix syntax --- python/Python-2.3.4.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/Python-2.3.4.patch') 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 -- cgit