summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbwarsaw2002-03-01 20:40:51 +0000
committerbwarsaw2002-03-01 20:40:51 +0000
commitb184afec3c1bf7c67744a5e6e51d691ca49f8a63 (patch)
tree9b85c4ecddaaca5c7b52bdfaad24e4e52fd134c0 /configure
parent5ab66075e75a0a0d8fc08e4fbbad5653c373be17 (diff)
downloadmailman-b184afec3c1bf7c67744a5e6e51d691ca49f8a63.tar.gz
mailman-b184afec3c1bf7c67744a5e6e51d691ca49f8a63.tar.zst
mailman-b184afec3c1bf7c67744a5e6e51d691ca49f8a63.zip
We can remove the test for the Japanese codecs because Tamito KAJIYAMA
has agreed to let us distribute them.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure31
1 files changed, 2 insertions, 29 deletions
diff --git a/configure b/configure
index d7a02e850..5624148aa 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 2.19
+# From configure.in Revision: 2.20
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -2322,36 +2322,9 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
# Make sure all the build scripts are executable.
chmod -R +x build
-# Test for the Japanese codecs.
-echo $ac_n "checking for Python Japanese Unicode codecs""... $ac_c" 1>&6
-echo "configure:2328: checking for Python Japanese Unicode codecs" >&5
-cat > conftest.py <<EOF
-try:
- unicode("abc", "japanese.euc-jp")
- print "found"
-except LookupError:
- print "not found"
-EOF
-japanese=`$PYTHON conftest.py 2>/dev/null`
-rm -f conftest.py
-echo "$ac_t""$japanese" 1>&6
-if test "x$japanese" != "xfound"
-then
- echo "configure: warning:
-
-***** Python Unicode codecs for Japanese not found.
-***** Japanese emails generated by or manipulated in Mailman will not
-***** be sent in the correct character set and will be unreadable.
-***** Please uncompress and install the Japanese codecs from:
-***** http://pseudo.grad.sccs.chukyo-u.ac.jp/~kajiyama/python/
-*****
-***** Note: Everything else will work just fine.
-" 1>&2
-fi
-
# Test for the Chinese codecs.
echo $ac_n "checking for Python Chinese Unicode codecs""... $ac_c" 1>&6
-echo "configure:2355: checking for Python Chinese Unicode codecs" >&5
+echo "configure:2328: checking for Python Chinese Unicode codecs" >&5
cat > conftest.py <<EOF
try:
unicode("abc", "big5-tw")