From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Build break: GNU Emacs 21.3.50 (CVS) HEAD Date: Sat, 28 Jun 2003 01:39:47 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056757706 19958 80.91.224.249 (27 Jun 2003 23:48:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2003 23:48:26 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jun 28 01:48:20 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19W2x2-0005BS-00 for ; Sat, 28 Jun 2003 01:48:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19W32G-00060i-00 for ; Sat, 28 Jun 2003 01:53:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19W2x8-0001vf-8H for emacs-devel@quimby.gnus.org; Fri, 27 Jun 2003 19:48:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19W2vP-0001GN-Fb for emacs-devel@gnu.org; Fri, 27 Jun 2003 19:46:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19W2sO-0007e6-Kr for emacs-devel@gnu.org; Fri, 27 Jun 2003 19:43:36 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19W2po-00059o-Uy for emacs-devel@gnu.org; Fri, 27 Jun 2003 19:40:53 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44])h5S0Sx2w005411; Sat, 28 Jun 2003 02:29:00 +0200 Original-To: Dave Love In-Reply-To: X-Mailer: Apple Mail (2.552) Original-cc: Benjamin Rutt X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15310 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15310 > No. configure makes the correct definition on all the systems I've > tried. > > 2003-06-23 Dave Love > > * configure.in: Check for sys/_mbstate_t.h. Test > XRegisterIMInstantiateCallback prototype. > (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime. DO_BLOCK_INPUT is defined by src/Makefile.c so why do you need it in configure.in? Jan D.