Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 15576 invoked from network); 7 Oct 2010 23:34:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 23:34:41 -0000 Received: (qmail 10107 invoked by uid 500); 7 Oct 2010 23:34:41 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 10081 invoked by uid 500); 7 Oct 2010 23:34:41 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 10074 invoked by uid 99); 7 Oct 2010 23:34:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 23:34:41 +0000 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; Thu, 07 Oct 2010 23:34:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9EB2A23888FD; Thu, 7 Oct 2010 23:34:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1005663 - /activemq/activemq-cpp/trunk/activemq-c/configure.ac Date: Thu, 07 Oct 2010 23:34:20 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101007233420.9EB2A23888FD@eris.apache.org> Author: tabish Date: Thu Oct 7 23:34:20 2010 New Revision: 1005663 URL: http://svn.apache.org/viewvc?rev=1005663&view=rev Log: remove the explicit libuuid and libm linker options. Modified: activemq/activemq-cpp/trunk/activemq-c/configure.ac Modified: activemq/activemq-cpp/trunk/activemq-c/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/configure.ac?rev=1005663&r1=1005662&r2=1005663&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-c/configure.ac (original) +++ activemq/activemq-cpp/trunk/activemq-c/configure.ac Thu Oct 7 23:34:20 2010 @@ -163,7 +163,6 @@ case "${host_os}" in *linux*) ## Unix configuration - PLAT_LIBS="-lm -luuid" ;; esac