File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 1.375 .
2+ # From configure.in Revision: 1.376 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.53 for python 2.3.
55#
@@ -11654,9 +11654,10 @@ if test -z "$with_universal_newlines"
1165411654then with_universal_newlines=" yes"
1165511655fi
1165611656if test " $with_universal_newlines " = " no"
11657+ then
1165711658 echo --without-universal-newlines is unsupported, see README
1165811659 exit 1
11659- then
11660+ else
1166011661
1166111662cat >> confdefs.h << \_ACEOF
1166211663#define WITH_UNIVERSAL_NEWLINES 1
Original file line number Diff line number Diff line change @@ -1607,9 +1607,10 @@ if test -z "$with_universal_newlines"
16071607then with_universal_newlines="yes"
16081608fi
16091609if test "$with_universal_newlines" = "no"
1610+ then
16101611 echo --without-universal-newlines is unsupported, see README
16111612 exit 1
1612- then
1613+ else
16131614 AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
16141615 [Define if you want to read files with foreign newlines.])
16151616fi
You can’t perform that action at this time.
0 commit comments