]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo. It's --with-universal-newlines, not
authorGuido van Rossum <guido@python.org>
Thu, 15 Aug 2002 13:56:35 +0000 (13:56 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 Aug 2002 13:56:35 +0000 (13:56 +0000)
--with-universal-newline.

configure
configure.in

index f3b21f3dd8a3336ada9774c63222f54c3f5a2ae8..f45cb17f005507f0fcad6940e70b30f4318294cc 100755 (executable)
--- a/configure
+++ b/configure
@@ -11169,8 +11169,8 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
 fi
 
 # Check for universal newline support
-echo "$as_me:$LINENO: checking for --with-universal-newline" >&5
-echo $ECHO_N "checking for --with-universal-newline... $ECHO_C" >&6
+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
index 786086b5d2136385381bf742d3e12fcbbb64d6bb..ba5fee2d596fef0407e47dc2a58030fd1ddc4e7e 100644 (file)
@@ -1484,7 +1484,7 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
 fi
 
 # Check for universal newline support
-AC_MSG_CHECKING(for --with-universal-newline)
+AC_MSG_CHECKING(for --with-universal-newlines)
 AC_ARG_WITH(universal-newlines,
 [  --with(out)-universal-newlines            disable/enable foreign newlines])