Only use libm if it's there and needed

This commit is contained in:
Eric Petit
2009-07-09 17:57:31 +00:00
parent 5f9c5b553c
commit ff50449d33
5 changed files with 5 additions and 6 deletions

View File

@@ -26,6 +26,5 @@ transmissioncli_LDADD = \
$(LIBCURL_LIBS) \
$(ZLIB_LIBS) \
$(OPENSSL_LIBS) \
$(PTHREAD_LIBS) \
-lm
$(PTHREAD_LIBS)