Remove the check for difftime, we aren't actually using it anywhere.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-06-07 22:14:58 +00:00
parent 95be9186ab
commit 825b977744

View File

@ -56,6 +56,5 @@ fi
dnl ## Check for library functions
AC_CHECK_FUNCS(
difftime \
syslog \
)