mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +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:
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)
|
||||
|
||||
Reference in New Issue
Block a user