mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
fix incorrect check of the value of GSTEST_TS
This commit is contained in:
parent
e2df3f4a19
commit
5b47b25b28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue