]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Shortened some lines
authorGuido van Rossum <guido@python.org>
Tue, 10 Sep 1996 18:19:59 +0000 (18:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Sep 1996 18:19:59 +0000 (18:19 +0000)
configure.in

index 7e59b4253111c4c05044c26eb31caec769e3c31b..33635b1f021e74cf00e3c0740ac6414fdd4f37eb 100644 (file)
@@ -11,9 +11,9 @@ if test -f /usr/lib/NextStep/software_version; then
        AC_ARG_WITH(next-archs,
         [--with-next-archs='arch1 arch2 ..'   build MAB binary], [
                if test -n "$withval"; then
-                       ac_arch_flags=`/usr/lib/arch_tool -archify_list $withval`
-                       # GCC does not currently support multi archs on the NeXT
-                       with_gcc=no
+                   ac_arch_flags=`/usr/lib/arch_tool -archify_list $withval`
+                   # GCC does not currently support multi archs on the NeXT
+                   with_gcc=no
                fi
                AC_MSG_RESULT($with_next_archs)
        ], [AC_MSG_RESULT(none: using `arch`)])