summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-19 16:21:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-19 16:21:49 (GMT)
commit7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639 (patch)
tree34c66d8678e1dd36ad7c3c40704a734caf975d01 /configure
parent93344ab0365c4b55ef895c9fd3873dd06690ca00 (diff)
downloadcpython-7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639.zip
cpython-7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639.tar.gz
cpython-7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639.tar.bz2
Unsupport --without-universal-newlines.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 20d7199..a5e51b3 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.374 .
+# From configure.in Revision: 1.375 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for python 2.3.
#
@@ -11653,7 +11653,9 @@ fi;
if test -z "$with_universal_newlines"
then with_universal_newlines="yes"
fi
-if test "$with_universal_newlines" != "no"
+if test "$with_universal_newlines" = "no"
+ echo --without-universal-newlines is unsupported, see README
+ exit 1
then
cat >>confdefs.h <<\_ACEOF