From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.0.60 (CVS trunk): configure outputs wrong information about libotf and m17n-flt Date: Sat, 02 Feb 2008 21:45:46 +0100 Message-ID: <87myqjt7d1.fsf@ambire.localdomain> References: <18340.50532.635046.320880@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201985314 25119 80.91.229.12 (2 Feb 2008 20:48:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 20:48:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 21:48:55 2008 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 1JLPIF-0002Y2-3d for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 21:48:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLPHn-0005YM-F3 for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 15:48:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLPHk-0005Wt-1y for emacs-devel@gnu.org; Sat, 02 Feb 2008 15:48:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLPHi-0005Sb-6E for emacs-devel@gnu.org; Sat, 02 Feb 2008 15:48:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLPHi-0005S6-0n for emacs-devel@gnu.org; Sat, 02 Feb 2008 15:48:22 -0500 Original-Received: from ppp-43-34.21-151.libero.it ([151.21.34.43] helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JLPHh-0003jD-Ls for emacs-devel@gnu.org; Sat, 02 Feb 2008 15:48:21 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JLPFD-0002iH-0T; Sat, 02 Feb 2008 21:45:47 +0100 In-Reply-To: <18340.50532.635046.320880@a1ihome1.kph.uni-mainz.de> (Ulrich Mueller's message of "Sat, 2 Feb 2008 20:32:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:88054 Archived-At: () Ulrich Mueller () Sat, 2 Feb 2008 20:32:52 +0100 Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no But the generated src/config.h contains the lines: #define HAVE_LIBOTF 1 #define HAVE_M17N_FLT 1 Thanks for the bug report. I have installed a fix. thi