Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 55947 invoked by uid 500); 21 Aug 2001 00:47:51 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 55936 invoked by uid 500); 21 Aug 2001 00:47:51 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 21 Aug 2001 00:42:47 -0000 Message-ID: <20010821004247.98152.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/aaa config.m4 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Status: O X-Status: X-Keywords: X-UID: 404 jerenkrantz 01/08/20 17:42:47 Modified: modules/aaa config.m4 Log: Roy beat me to the commit. Anyway, fix the version numbers in the comment so that it reflects reality (so I think). Revision Changes Path 1.49 +2 -2 httpd-2.0/modules/aaa/config.m4 Index: config.m4 =================================================================== RCS file: /home/cvs/httpd-2.0/modules/aaa/config.m4,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- config.m4 2001/08/21 00:39:56 1.48 +++ config.m4 2001/08/21 00:42:47 1.49 @@ -9,8 +9,8 @@ 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