Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 9217 invoked from network); 24 Nov 2008 07:31:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 07:31:00 -0000 Received: (qmail 3762 invoked by uid 500); 24 Nov 2008 07:31:10 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 3662 invoked by uid 500); 24 Nov 2008 07:31:09 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 3653 invoked by uid 99); 24 Nov 2008 07:31:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2008 23:31:09 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 07:29:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C00E02388878; Sun, 23 Nov 2008 23:30:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r720129 - /apr/apr-util/branches/0.9.x/build/dbm.m4 Date: Mon, 24 Nov 2008 07:30:29 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081124073029.C00E02388878@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Sun Nov 23 23:30:29 2008 New Revision: 720129 URL: http://svn.apache.org/viewvc?rev=720129&view=rev Log: Correct cut n'paste error detecting DB45, already corrected on 1.3.x/trunk. Submitted by: Modified: apr/apr-util/branches/0.9.x/build/dbm.m4 Modified: apr/apr-util/branches/0.9.x/build/dbm.m4 URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/build/dbm.m4?rev=720129&r1=720128&r2=720129&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/build/dbm.m4 (original) +++ apr/apr-util/branches/0.9.x/build/dbm.m4 Sun Nov 23 23:30:29 2008 @@ -534,7 +534,7 @@ fi ;; db45) - APU_CHECK_DB44("$check_places") + APU_CHECK_DB45("$check_places") if test "$apu_db_version" != "4"; then AC_MSG_ERROR(Berkeley db4 not found) fi