Ooos, don't forget to remove the temp files... also the check for

FreeBSD 4 is no longer necessary
This commit is contained in:
Eric Petit 2006-04-03 09:19:14 +00:00
parent dfaa09ce40
commit d30ac724ae
1 changed files with 2 additions and 7 deletions

9
configure vendored
View File

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