Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E0047FAE for ; Thu, 27 Oct 2011 02:14:22 +0000 (UTC) Received: (qmail 77386 invoked by uid 500); 27 Oct 2011 02:14:22 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 77360 invoked by uid 500); 27 Oct 2011 02:14:22 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 77353 invoked by uid 99); 27 Oct 2011 02:14:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2011 02:14:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 27 Oct 2011 02:14:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 13BA723888E4; Thu, 27 Oct 2011 02:14:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1189581 - in /incubator/ooo/trunk/main: agg/inc/agg_conv_gpc.h configure.in Date: Thu, 27 Oct 2011 02:14:00 -0000 To: ooo-commits@incubator.apache.org From: pfg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111027021401.13BA723888E4@eris.apache.org> Author: pfg Date: Thu Oct 27 02:14:00 2011 New Revision: 1189581 URL: http://svn.apache.org/viewvc?rev=1189581&view=rev Log: Fix AGG version when the build is enabled. Remove useless header file. Removed: incubator/ooo/trunk/main/agg/inc/agg_conv_gpc.h Modified: incubator/ooo/trunk/main/configure.in Modified: incubator/ooo/trunk/main/configure.in URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1189581&r1=1189580&r2=1189581&view=diff ============================================================================== --- incubator/ooo/trunk/main/configure.in (original) +++ incubator/ooo/trunk/main/configure.in Thu Oct 27 02:14:00 2011 @@ -5105,6 +5105,7 @@ if test "$enable_agg" = "yes"; then AC_MSG_RESULT([yes]) AC_SUBST(ENABLE_AGG) ENABLE_AGG=YES + AGG_VERSION=2400 else AC_MSG_RESULT([no]) ENABLE_AGG=NO @@ -5142,7 +5143,6 @@ else else AC_MSG_RESULT([internal]) SYSTEM_AGG=NO - AGG_VERSION=2400 BUILD_TYPE="$BUILD_TYPE AGG" fi AC_SUBST(SYSTEM_AGG)