Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #724 from vigsterkr/latent
Fix GMOCK_LDADD flag
  • Loading branch information
lisitsyn committed Aug 16, 2012
2 parents f28f0ee + 6a96d7e commit bfd1965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure
Expand Up @@ -523,7 +523,7 @@ int main(int argc, char** argv)
}
EOF

GMOCK_LDADD="-lgmock -lgtest"
GMOCK_LDADD="-lgmock -lgtest -lpthread -D_THREAD_SAFE"
if test "$_gmock" = yes || test "$_gmock" = auto
then
if $GMOCK --version > /dev/null 2>&1
Expand Down

0 comments on commit bfd1965

Please sign in to comment.