Fix typo.  It's --with-universal-newlines, not
--with-universal-newline.
diff --git a/configure b/configure
index f3b21f3..f45cb17 100755
--- a/configure
+++ b/configure
@@ -11169,8 +11169,8 @@
 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