From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: trunk build failure on Solaris 2.6 Date: Thu, 18 Oct 2007 23:12:44 -0400 Message-ID: <871wbr4x1v.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192763627 12707 80.91.229.12 (19 Oct 2007 03:13:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 03:13:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 05:13:47 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiiIz-0006nz-0q for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 05:13:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiiIr-00061r-6g for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 23:13:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiiIn-00061f-Ev for emacs-devel@gnu.org; Thu, 18 Oct 2007 23:13:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiiIj-00060r-Uj for emacs-devel@gnu.org; Thu, 18 Oct 2007 23:13:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiiIj-00060o-Qn for emacs-devel@gnu.org; Thu, 18 Oct 2007 23:13:29 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiiIj-0006JF-LI for emacs-devel@gnu.org; Thu, 18 Oct 2007 23:13:29 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id BC9884E3AD; Thu, 18 Oct 2007 23:12:44 -0400 (EDT) In-Reply-To: (Katsumi Yamaoka's message of "Fri\, 19 Oct 2007 09\:45\:31 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81181 Archived-At: Does compilation complete with this patch applied? *** trunk/configure~ 2007-10-18 22:58:26.000000000 -0400 --- trunk/configure 2007-10-18 23:11:38.000000000 -0400 *************** *** 20236,20241 **** --- 20236,20242 ---- # Do we need libresolv (due to res_init or Hesiod)? if test "$resolv" = yes ; then + LIBS="$LIBS -lresolv" cat >>confdefs.h <<\_ACEOF #define HAVE_LIBRESOLV 1 *** trunk/configure.in.~1.477.~ 2007-10-17 11:49:43.000000000 -0400 --- trunk/configure.in 2007-10-18 23:08:44.000000000 -0400 *************** *** 2818,2823 **** --- 2818,2824 ---- # Do we need libresolv (due to res_init or Hesiod)? if test "$resolv" = yes ; then + LIBS="$LIBS -lresolv" AC_DEFINE(HAVE_LIBRESOLV, 1, [Define to 1 if you have the resolv library (-lresolv).]) fi