From 20c08c06dabbfd42e48242c23ea013489ae1dad1 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 8 Jun 2000 23:12:22 +0000 Subject: [PATCH] fix typo in AC_TYPE_RLIM_T git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85477 13f79535-47bb-0310-9956-ffa450edef68 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index ebca67d5d3..32e24cc276 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 doesn't define it for us]) fi -- 2.40.0