I tried to match up the if/test stuff...fixed now, I think

This commit is contained in:
Marc G. Fournier 1998-02-03 19:40:15 +00:00
parent 00f325d510
commit cadda10a14
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -606,7 +606,7 @@ nextstep*) os=nextstep;;
exit;; exit;;
esac esac
if test $need_tas = "yes" if test "X$need_tas" = "Xyes"
then then
TAS=tas.o TAS=tas.o

View File

@ -42,7 +42,7 @@ nextstep*) os=nextstep;;
exit;; exit;;
esac esac
if test $need_tas = "yes" if test "X$need_tas" = "Xyes"
then then
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s) AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
TAS=tas.o TAS=tas.o