Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 51242 invoked from network); 4 Nov 2006 23:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2006 23:08:23 -0000 Received: (qmail 85529 invoked by uid 500); 4 Nov 2006 23:08:34 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 85415 invoked by uid 500); 4 Nov 2006 23:08:34 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 85406 invoked by uid 99); 4 Nov 2006 23:08:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Nov 2006 15:08:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Nov 2006 15:08:22 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 88C507142C3 for ; Sat, 4 Nov 2006 15:08:02 -0800 (PST) Message-ID: <25815737.1162681682557.JavaMail.root@brutus> Date: Sat, 4 Nov 2006 15:08:02 -0800 (PST) From: "Nathan Mittler (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Resolved: (AMQ-1025) host_os env variable is empty in configure.ac In-Reply-To: <29566214.1162681202490.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1025?page=all ] Nathan Mittler resolved AMQ-1025. --------------------------------- Resolution: Fixed Fixed in trunk > host_os env variable is empty in configure.ac > --------------------------------------------- > > Key: AMQ-1025 > URL: https://issues.apache.org/activemq/browse/AMQ-1025 > Project: ActiveMQ > Issue Type: Bug > Components: CMS (C++ client) > Environment: building on linux, solaris, and cygwin > Reporter: Nathan Mittler > Priority: Minor > Original Estimate: 15 minutes > Remaining Estimate: 15 minutes > > The host_os environment variable is undefined when executing the configure.ac file. As a result, the switch on os_host doesn't execute properly. This seems to be fixed (at least on linux) by adding AC_CANONICAL_HOST at the top of the file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira