From cc7269a4c2221e2009b70ead04fd4f5187a76b68 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Tue, 21 Aug 2001 00:42:47 +0000 Subject: [PATCH] Roy beat me to the commit. Anyway, fix the version numbers in the comment so that it reflects reality (so I think). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90449 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index e2b624aed7..70e0a095a2 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -9,8 +9,8 @@ APACHE_MODULE(auth, user-based access control, , , yes) APACHE_MODULE(auth_anon, anonymous user access, , , most) APACHE_MODULE(auth_dbm, DBM-based access databases, , , most, [ AC_SEARCH_LIBS(dbm_open,[c db1],,enable_auth_dbm=no) - dnl Glibc 2.2's ndbm.h includes in ndbm.h. So, we need to find - dnl where ndbm.h lives. (2.2.4 looks like it includes .) + dnl Glibc 2.1's ndbm.h includes in ndbm.h. So, we need to find + dnl where ndbm.h lives. (glibc 2.2 includes .) AC_TRY_COMPILE([#include "ndbm.h"], [dbm_open("/dev/null", 0, 0)], _good_db_path="yes", _good_db_path="no") if test "$_good_db_path" = "no"; then -- 2.50.1