1
0
Fork 0
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:
Mitchell Livingston 2007-01-06 17:08:20 +00:00
parent c5dd752721
commit 3dc7c6899f

2
configure vendored
View file

@ -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*