diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-04-16 05:51:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-04-16 05:51:02 (GMT) |
commit | e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5 (patch) | |
tree | 715ead59bc16298152e7cd8e91d8e28c52e8b5a9 /configure | |
parent | 16f9055a9bf1c28bd398ea7b82195d32f8ab44b1 (diff) | |
download | cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.zip cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.tar.gz cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.tar.bz2 |
Move WITH_UNIVERSAL_NEWLINES template into configure.in.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |