From patchwork Thu Jul 29 16:31:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tucker X-Patchwork-Id: 115248 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6TGRhUp009336 for ; Thu, 29 Jul 2010 16:31:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754629Ab0G2Qbw (ORCPT ); Thu, 29 Jul 2010 12:31:52 -0400 Received: from smtp.opengridcomputing.com ([209.198.142.2]:46333 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754609Ab0G2Qbw (ORCPT ); Thu, 29 Jul 2010 12:31:52 -0400 Received: from build.ogc.int (build.ogc.int [10.10.0.2]) by smtp.opengridcomputing.com (Postfix) with ESMTP id 1DB107C792; Thu, 29 Jul 2010 11:31:52 -0500 (CDT) From: Tom Tucker Subject: [RFC PATCH 1/3] libibverbs: Fix libtool configure warning To: rdreier@cisco.com Cc: linux-rdma@vger.kernel.org, brandt@sandia.gov, tom@ogc.us, swise@ogc.us Date: Thu, 29 Jul 2010 11:31:51 -0500 Message-ID: <20100729163151.14901.60182.stgit@build.ogc.int> In-Reply-To: <20100729163030.14901.87547.stgit@build.ogc.int> References: <20100729163030.14901.87547.stgit@build.ogc.int> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 29 Jul 2010 16:31:53 +0000 (UTC) diff --git a/configure.in b/configure.in index 927c406..2bb4aee 100644 --- a/configure.in +++ b/configure.in @@ -12,6 +12,7 @@ dnl Checks for programs AC_PROG_CC AC_GNU_SOURCE AC_PROG_LN_S +AC_PROG_LIBTOOL LT_INIT