summaryrefslogtreecommitdiffstats
path: root/os/unix
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-04-29 08:45:35 +0200
committerRoy T. Fielding <fielding@apache.org>2001-04-29 08:45:35 +0200
commitfedbb1b510ec576356669c9a9d0de3b305822a7d (patch)
treee3f7631334265578947d5be03d95365d0cb026d6 /os/unix
parentAll of this stuff about apxs is bogus right now -- does anyone feel (diff)
downloadapache2-fedbb1b510ec576356669c9a9d0de3b305822a7d.tar.xz
apache2-fedbb1b510ec576356669c9a9d0de3b305822a7d.zip
Remove some obsolete macros and rename one that wasn't name protected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88962 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/unix')
-rw-r--r--os/unix/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/os/unix/config.m4 b/os/unix/config.m4
index 7d7252557f..688312c4a6 100644
--- a/os/unix/config.m4
+++ b/os/unix/config.m4
@@ -1,5 +1,5 @@
if test "$OS" = "unix" ; then
- AC_TYPE_RLIM_T
+ APACHE_TYPE_RLIM_T
AC_CHECK_HEADERS(sys/time.h sys/resource.h)