Shortened some lines
This commit is contained in:
parent
1631cbe03a
commit
2bb4f5598d
|
@ -11,9 +11,9 @@ if test -f /usr/lib/NextStep/software_version; then
|
||||||
AC_ARG_WITH(next-archs,
|
AC_ARG_WITH(next-archs,
|
||||||
[--with-next-archs='arch1 arch2 ..' build MAB binary], [
|
[--with-next-archs='arch1 arch2 ..' build MAB binary], [
|
||||||
if test -n "$withval"; then
|
if test -n "$withval"; then
|
||||||
ac_arch_flags=`/usr/lib/arch_tool -archify_list $withval`
|
ac_arch_flags=`/usr/lib/arch_tool -archify_list $withval`
|
||||||
# GCC does not currently support multi archs on the NeXT
|
# GCC does not currently support multi archs on the NeXT
|
||||||
with_gcc=no
|
with_gcc=no
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT($with_next_archs)
|
AC_MSG_RESULT($with_next_archs)
|
||||||
], [AC_MSG_RESULT(none: using `arch`)])
|
], [AC_MSG_RESULT(none: using `arch`)])
|
||||||
|
|
Loading…
Reference in New Issue