mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
Ooos, don't forget to remove the temp files... also the check for
FreeBSD 4 is no longer necessary
This commit is contained in:
parent
dfaa09ce40
commit
d30ac724ae
1 changed files with 2 additions and 7 deletions
9
configure
vendored
9
configure
vendored
|
@ -60,6 +60,7 @@ EOF
|
|||
LINKLIBS="$LINKLIBS -lm"
|
||||
fi
|
||||
fi
|
||||
rm -f testconf.c testconf
|
||||
}
|
||||
|
||||
lrintf_test()
|
||||
|
@ -74,6 +75,7 @@ EOF
|
|||
then
|
||||
DEFINES="$DEFINES HAVE_LRINTF"
|
||||
fi
|
||||
rm -f testconf.c testconf
|
||||
}
|
||||
|
||||
gettext_test()
|
||||
|
@ -254,13 +256,6 @@ case $SYSTEM in
|
|||
FreeBSD)
|
||||
DEFINES="$DEFINES SYS_FREEBSD"
|
||||
LINKLIBS="$LINKLIBS -pthread"
|
||||
|
||||
RELEASE=`uname -r`
|
||||
case $RELEASE in
|
||||
4.*)
|
||||
DEFINES="$DEFINES SYS_FREEBSD_4"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
NetBSD)
|
||||
|
|
Loading…
Reference in a new issue