Skip to content

Commit 0aee55a

Browse files
author
Erlend E. Aasland
committed
Remove obsolete HAVE_UCS4_TCL check
1 parent 88567a9 commit 0aee55a

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

configure

-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

-12
Original file line numberDiff line numberDiff line change
@@ -5148,18 +5148,6 @@ then
51485148
AC_CHECK_SIZEOF(wchar_t, 4, [#include <wchar.h>])
51495149
fi
51505150

5151-
AC_MSG_CHECKING(for UCS-4 tcl)
5152-
have_ucs4_tcl=no
5153-
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
5154-
#include <tcl.h>
5155-
#if TCL_UTF_MAX != 6
5156-
# error "NOT UCS4_TCL"
5157-
#endif]], [[]])],[
5158-
AC_DEFINE(HAVE_UCS4_TCL, 1, [Define this if you have tcl and TCL_UTF_MAX==6])
5159-
have_ucs4_tcl=yes
5160-
],[])
5161-
AC_MSG_RESULT($have_ucs4_tcl)
5162-
51635151
# check whether wchar_t is signed or not
51645152
if test "$wchar_h" = yes
51655153
then

pyconfig.h.in

-3
Original file line numberDiff line numberDiff line change
@@ -1345,9 +1345,6 @@
13451345
`tzname'. */
13461346
#undef HAVE_TZNAME
13471347

1348-
/* Define this if you have tcl and TCL_UTF_MAX==6 */
1349-
#undef HAVE_UCS4_TCL
1350-
13511348
/* Define to 1 if you have the `umask' function. */
13521349
#undef HAVE_UMASK
13531350

0 commit comments

Comments
 (0)