mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Remove acconfig.h.
This commit is contained in:
parent
0b6964b569
commit
0036cbae58
4 changed files with 10 additions and 41 deletions
5
configure
vendored
5
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.304 .
|
||||
# From configure.in Revision: 1.305 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
|
@ -14947,6 +14947,8 @@ then
|
|||
enable_unicode="ucs2"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
case "$enable_unicode" in
|
||||
ucs2) unicode_size="2"
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
|
@ -14965,6 +14967,7 @@ esac
|
|||
|
||||
|
||||
|
||||
|
||||
if test "$enable_unicode" = "no"
|
||||
then
|
||||
UNICODE_OBJS=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue