summaryrefslogtreecommitdiffstats
path: root/configure
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
parent0b6964b5692791f8c0eff9022314b187829a852e (diff)
downloadcpython-0036cbae58a22b2bc8ae2673ae30c0c24a8c1a00.zip
cpython-0036cbae58a22b2bc8ae2673ae30c0c24a8c1a00.tar.gz
cpython-0036cbae58a22b2bc8ae2673ae30c0c24a8c1a00.tar.bz2
Remove acconfig.h.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index bc0928c..230056b 100755
--- a/configure
+++ b/configure
@@ -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=""