]> granicus.if.org Git - apache/commitdiff
fix typo in AC_TYPE_RLIM_T
authorDoug MacEachern <dougm@apache.org>
Thu, 8 Jun 2000 23:12:22 +0000 (23:12 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 8 Jun 2000 23:12:22 +0000 (23:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85477 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index ebca67d5d31c60f47a535c3a93f40d79a5bee44b..32e24cc2760897bca59a72bb9047d1911250d2b4 100644 (file)
@@ -139,7 +139,7 @@ AC_DEFUN(AC_TYPE_RLIM_T, [
     ],[ac_cv_type_rlim_t=no
     ])
   ])
-  if test "$ac_ac_type_rlim_t" = "no" ; then
+  if test "$ac_cv_type_rlim_t" = "no" ; then
       AC_DEFINE(rlim_t, int,
           [Define to 'int' if <sys/resource.h> doesn't define it for us])
   fi