This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: detect redhat9 Tcl/Tk in configure script
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: jepler, loewis
Priority: normal Keywords: patch

Created on 2003-08-31 17:27 by jepler, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ucs4-detect.patch jepler, 2003-08-31 17:27 patch to configure.in
Messages (3)
msg44547 - (view) Author: Jeff Epler (jepler) Date: 2003-08-31 17:27
Users have to remember --enable-unicode=ucs4 when compiling on redhat9 to get a working _tkinter.so.  This patch autodetects the situation, so that with --enable-unicode=yes ucs4 will be chosen automatically if needed.
msg44548 - (view) Author: Jeff Epler (jepler) Date: 2003-08-31 18:36
Logged In: YES 
user_id=2772

See also
http://mail.python.org/pipermail/python-dev/2003-June/036463.html
where I originally posted this patch.  I got no negative
feedback at the time, but no positive feedback either.
msg44549 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-04 18:53
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

configure 1.420
configure.in 1.431

configure 1.416.4.2
configure.in 1.427.4.2
NEWS 1.831.4.32
History
Date User Action Args
2022-04-10 16:10:55adminsetgithub: 39157
2003-08-31 17:27:02jeplercreate