Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
dfff0dbc
Commit
dfff0dbc
authored
Aug 15, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo. It's --with-universal-newlines, not
--with-universal-newline.
parent
5f01cc40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
configure
View file @
dfff0dbc
...
@@ -11169,8 +11169,8 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
...
@@ -11169,8 +11169,8 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
fi
fi
# Check for universal newline support
# Check for universal newline support
echo
"
$as_me
:
$LINENO
: checking for --with-universal-newline"
>
&5
echo
"
$as_me
:
$LINENO
: checking for --with-universal-newline
s
"
>
&5
echo
$ECHO_N
"checking for --with-universal-newline...
$ECHO_C
"
>
&6
echo
$ECHO_N
"checking for --with-universal-newline
s
...
$ECHO_C
"
>
&6
# Check whether --with-universal-newlines or --without-universal-newlines was given.
# Check whether --with-universal-newlines or --without-universal-newlines was given.
if
test
"
${
with_universal_newlines
+set
}
"
=
set
;
then
if
test
"
${
with_universal_newlines
+set
}
"
=
set
;
then
...
...
configure.in
View file @
dfff0dbc
...
@@ -1484,7 +1484,7 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
...
@@ -1484,7 +1484,7 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
fi
fi
# Check for universal newline support
# Check for universal newline support
AC_MSG_CHECKING(for --with-universal-newline)
AC_MSG_CHECKING(for --with-universal-newline
s
)
AC_ARG_WITH(universal-newlines,
AC_ARG_WITH(universal-newlines,
[ --with(out)-universal-newlines disable/enable foreign newlines])
[ --with(out)-universal-newlines disable/enable foreign newlines])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment