Stop linking pthread.
authorNico Weber <nicolasweber@gmx.de>
Sat, 22 Nov 2014 02:13:48 +0000 (18:13 -0800)
committerNico Weber <nicolasweber@gmx.de>
Sat, 22 Nov 2014 02:15:35 +0000 (18:15 -0800)
commit2af5eef7c71131a3cb995d3d8e297378bacf6ac1
tree8b1e77fa892cfe0f6d7a04bca9b7096fd9258a51
parent60e8da125b20548a224239451314a1b20c9bccf7
Stop linking pthread.

It was only needed by gtest, which is no longer used.
(Intesting note: I checked when the -lpthread flag was added, and it's
been around since the first revision of build.ninja, which used to be
checked in before configure.py existed. Back then, it looks like '@' was
used to dereference built-in variables, and build outputs were also
prefixed by '@'!).
configure.py