We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f325d commit cadda10Copy full SHA for cadda10
src/configure
@@ -606,7 +606,7 @@ nextstep*) os=nextstep;;
606
exit;;
607
esac
608
609
-if test $need_tas = "yes"
+if test "X$need_tas" = "Xyes"
610
then
611
612
TAS=tas.o
src/configure.in
@@ -42,7 +42,7 @@ nextstep*) os=nextstep;;
42
43
44
45
46
47
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
48
0 commit comments