diff options
author | Guido van Rossum <guido@python.org> | 2002-08-15 13:56:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-08-15 13:56:35 (GMT) |
commit | 402905eaa0b989be3e6354c582f991764ada3e6b (patch) | |
tree | 2bcd84b2ea32daa2c03c1efb87616ea14a242ed1 /configure | |
parent | ccfdde86eb56b5e24d44e18aa1c276be475aeee2 (diff) | |
download | cpython-402905eaa0b989be3e6354c582f991764ada3e6b.zip cpython-402905eaa0b989be3e6354c582f991764ada3e6b.tar.gz cpython-402905eaa0b989be3e6354c582f991764ada3e6b.tar.bz2 |
Fix typo. It's --with-universal-newlines, not
--with-universal-newline.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |