diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-04-29 08:45:35 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-04-29 08:45:35 +0200 |
commit | fedbb1b510ec576356669c9a9d0de3b305822a7d (patch) | |
tree | e3f7631334265578947d5be03d95365d0cb026d6 /os/unix | |
parent | All of this stuff about apxs is bogus right now -- does anyone feel (diff) | |
download | apache2-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.m4 | 2 |
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) |