fix incorrect check of the value of GSTEST_TS

This commit is contained in:
Richard Frith-Macdonald 2021-02-15 10:00:44 +00:00
parent e2df3f4a19
commit 5b47b25b28

View file

@ -158,7 +158,7 @@ else
OBJCXX=
fi
if test x"$GSTEST_TS" = x"no"
if test x"$GSTEST_TS" = x"0"
then
GSTESTFLAGS="-DTEST_TS=0"
else