mirror of
https://github.com/transmission/transmission
synced 2025-03-13 07:33:02 +00:00
fix #180, from compnerd
This commit is contained in:
parent
c5dd752721
commit
3dc7c6899f
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -116,7 +116,7 @@ EOF
|
|||
then
|
||||
if runcmd $CC -o testconf testconf.c -lm
|
||||
then
|
||||
LDFLAGS="$LDFLAGS -lm"
|
||||
LDFLAGS="-lm $LDFLAGS"
|
||||
fi
|
||||
fi
|
||||
rm -f testconf*
|
||||
|
|
Loading…
Add table
Reference in a new issue