[Python-checkins] python/dist/src configure,1.329,1.330

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 15 Aug 2002 06:56:37 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv8695

Modified Files:
	configure 
Log Message:
Fix typo.  It's --with-universal-newlines, not
--with-universal-newline.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.329
retrieving revision 1.330
diff -C2 -d -r1.329 -r1.330
*** configure	4 Aug 2002 12:38:49 -0000	1.329
--- configure	15 Aug 2002 13:56:35 -0000	1.330
***************
*** 11170,11175 ****
  
  # 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
  
  # Check whether --with-universal-newlines or --without-universal-newlines was given.
--- 11170,11175 ----
  
  # Check for universal newline support
! 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.