summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-04-16 05:51:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-04-16 05:51:02 (GMT)
commite8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5 (patch)
tree715ead59bc16298152e7cd8e91d8e28c52e8b5a9 /configure
parent16f9055a9bf1c28bd398ea7b82195d32f8ab44b1 (diff)
downloadcpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.zip
cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.tar.gz
cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.tar.bz2
Move WITH_UNIVERSAL_NEWLINES template into configure.in.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 6bd6eca..6732c0a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.309 .
+# From configure.in Revision: 1.310 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@@ -10949,7 +10949,8 @@ then with_universal_newlines="yes"
fi
if test "$with_universal_newlines" != "no"
then
- cat >>confdefs.h <<\_ACEOF
+
+cat >>confdefs.h <<\_ACEOF
#define WITH_UNIVERSAL_NEWLINES 1
_ACEOF