diff options
author | Skip Montanaro <skip@pobox.com> | 2004-02-07 13:53:46 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-02-07 13:53:46 (GMT) |
commit | db6080507d7b507cfe9aa524d012a96b5dfefc2d (patch) | |
tree | 593e10c5f3aa003380b0a31a923dc0c181ae1298 /configure | |
parent | f1afe6682c34044547c13e4e6f1f848bada236d6 (diff) | |
download | cpython-db6080507d7b507cfe9aa524d012a96b5dfefc2d.zip cpython-db6080507d7b507cfe9aa524d012a96b5dfefc2d.tar.gz cpython-db6080507d7b507cfe9aa524d012a96b5dfefc2d.tar.bz2 |
Remove support for --without-universal-newlines (see PEP 11).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 31 |
1 files changed, 1 insertions, 30 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.449 . +# From configure.in Revision: 1.450 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for python 2.4. # @@ -866,8 +866,6 @@ Optional Packages: --with(out)-thread[=DIRECTORY] deprecated; use --with(out)-threads --with-pth use GNU pth threading libraries - --with(out)-universal-newlines - disable/enable foreign newlines --with(out)-doc-strings disable/enable documentation strings --with(out)-pymalloc disable/enable specialized mallocs --with-wctype-functions use wctype.h functions @@ -11961,33 +11959,6 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then fi fi -# Check for universal newline support -echo "$as_me:$LINENO: checking for --with-universal-newlines" >&5 -echo $ECHO_N "checking for --with-universal-newlines... $ECHO_C" >&6 - -# Check whether --with-universal-newlines or --without-universal-newlines was given. -if test "${with_universal_newlines+set}" = set; then - withval="$with_universal_newlines" - -fi; - -if test -z "$with_universal_newlines" -then with_universal_newlines="yes" -fi -if test "$with_universal_newlines" = "no" -then - echo --without-universal-newlines is unsupported, see README - exit 1 -else - -cat >>confdefs.h <<\_ACEOF -#define WITH_UNIVERSAL_NEWLINES 1 -_ACEOF - -fi -echo "$as_me:$LINENO: result: $with_universal_newlines" >&5 -echo "${ECHO_T}$with_universal_newlines" >&6 - # Check for --with-doc-strings echo "$as_me:$LINENO: checking for --with-doc-strings" >&5 echo $ECHO_N "checking for --with-doc-strings... $ECHO_C" >&6 |