Remove acconfig.h.

This commit is contained in:
Martin v. Löwis 2002-04-12 09:58:45 +00:00
parent 0b6964b569
commit 0036cbae58
4 changed files with 10 additions and 41 deletions

View file

@ -2084,6 +2084,8 @@ then
enable_unicode="ucs2"
fi
AH_TEMPLATE(Py_UNICODE_SIZE,
[Define as the size of the unicode type.])
case "$enable_unicode" in
ucs2) unicode_size="2"
AC_DEFINE(Py_UNICODE_SIZE,2)
@ -2095,6 +2097,7 @@ esac
AH_TEMPLATE(PY_UNICODE_TYPE,
[Define as the integral type used for Unicode representation.])
AC_SUBST(UNICODE_OBJS)
if test "$enable_unicode" = "no"
then