]> granicus.if.org Git - python/commitdiff
Fix if-then-else-fi structure.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 19 Dec 2002 19:03:31 +0000 (19:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 19 Dec 2002 19:03:31 +0000 (19:03 +0000)
configure
configure.in

index a5e51b3ff39eed783febde9116f3f4167f63b75b..b825d151ddcb15a46a2668d04320511ef7676b36 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.375 .
+# From configure.in Revision: 1.376 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
 #
@@ -11654,9 +11654,10 @@ if test -z "$with_universal_newlines"
 then with_universal_newlines="yes"
 fi
 if test "$with_universal_newlines" = "no"
+then
     echo --without-universal-newlines is unsupported, see README
     exit 1
-then
+else
 
 cat >>confdefs.h <<\_ACEOF
 #define WITH_UNIVERSAL_NEWLINES 1
index c6fd6a1902f6a7d226ab62eaa7aa91271010261d..a3b8c675a4222f5a319af34d0af8dd9d2310b4d1 100644 (file)
@@ -1607,9 +1607,10 @@ if test -z "$with_universal_newlines"
 then with_universal_newlines="yes"
 fi
 if test "$with_universal_newlines" = "no"
+then
     echo --without-universal-newlines is unsupported, see README
     exit 1
-then
+else
     AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
       [Define if you want to read files with foreign newlines.])
 fi