1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/server/config.m4
Justin Erenkrantz 88861e66dc Remove some unneeded autoconf checks. We now have no duplicate libraries
in the generated EXTRA_LIBS in config_vars.mk (at least on Linux 2.4).

APR already determines if we need nsl, socket - checking for it in httpd
is merely redundant.

None of the code in httpd-2.0 seems to deal with HAVE_GMTOFF as all of
that code was moved to APR a long time ago.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90715 13f79535-47bb-0310-9956-ffa450edef68
2001-08-27 04:47:17 +00:00

16 lines
327 B
Plaintext

dnl ## Check for libraries
dnl ## Check for header files
AC_CHECK_HEADERS(bstring.h unistd.h)
dnl ## Check for typedefs, structures, and compiler characteristics.
dnl ## Check for library functions
AC_CHECK_FUNCS(syslog)
dnl Obsolete scoreboard code uses this.
AC_CHECK_HEADERS(sys/times.h)
AC_CHECK_FUNCS(times)