Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 81551 invoked from network); 2 Nov 2007 13:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 13:38:26 -0000 Received: (qmail 29778 invoked by uid 500); 2 Nov 2007 13:38:11 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 29764 invoked by uid 500); 2 Nov 2007 13:38:11 -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 29753 invoked by uid 99); 2 Nov 2007 13:38:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 06:38:10 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 13:38:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DC29F1A9832; Fri, 2 Nov 2007 06:37:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r591327 - /apr/apr-util/trunk/dbd/apr_dbd_mysql.c Date: Fri, 02 Nov 2007 13:37:59 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071102133759.DC29F1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Fri Nov 2 06:37:59 2007 New Revision: 591327 URL: http://svn.apache.org/viewvc?rev=591327&view=rev Log: wrong place for this define. I t has to go into apu_config.h, or otherwise the following check for HAVE_MYSQL_H is useless. Modified: apr/apr-util/trunk/dbd/apr_dbd_mysql.c Modified: apr/apr-util/trunk/dbd/apr_dbd_mysql.c URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/dbd/apr_dbd_mysql.c?rev=591327&r1=591326&r2=591327&view=diff ============================================================================== --- apr/apr-util/trunk/dbd/apr_dbd_mysql.c (original) +++ apr/apr-util/trunk/dbd/apr_dbd_mysql.c Fri Nov 2 06:37:59 2007 @@ -15,7 +15,6 @@ */ #include "apu.h" -#define HAVE_MYSQL_MYSQL_H #if APU_HAVE_MYSQL