Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 402905e

Browse files
committed
Fix typo. It's --with-universal-newlines, not
--with-universal-newline.
1 parent ccfdde8 commit 402905e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11169,8 +11169,8 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
1116911169
fi
1117011170
1117111171
# Check for universal newline support
11172-
echo "$as_me:$LINENO: checking for --with-universal-newline" >&5
11173-
echo $ECHO_N "checking for --with-universal-newline... $ECHO_C" >&6
11172+
echo "$as_me:$LINENO: checking for --with-universal-newlines" >&5
11173+
echo $ECHO_N "checking for --with-universal-newlines... $ECHO_C" >&6
1117411174
1117511175
# Check whether --with-universal-newlines or --without-universal-newlines was given.
1117611176
if test "${with_universal_newlines+set}" = set; then

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
14841484
fi
14851485

14861486
# Check for universal newline support
1487-
AC_MSG_CHECKING(for --with-universal-newline)
1487+
AC_MSG_CHECKING(for --with-universal-newlines)
14881488
AC_ARG_WITH(universal-newlines,
14891489
[ --with(out)-universal-newlines disable/enable foreign newlines])
14901490

0 commit comments

Comments
 (0)