summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-04-12 09:58:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-04-12 09:58:45 (GMT)
commit0036cbae58a22b2bc8ae2673ae30c0c24a8c1a00 (patch)
treec4b92bdd0a31d750d573bf7fc58b41af35ce220d /configure.in
parent0b6964b5692791f8c0eff9022314b187829a852e (diff)
downloadcpython-0036cbae58a22b2bc8ae2673ae30c0c24a8c1a00.zip
cpython-0036cbae58a22b2bc8ae2673ae30c0c24a8c1a00.tar.gz
cpython-0036cbae58a22b2bc8ae2673ae30c0c24a8c1a00.tar.bz2
Remove acconfig.h.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3cb8c68..7f49dcc 100644
--- a/configure.in
+++ b/configure.in
@@ -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