From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Configure with --enable-checking=stringoverrun has no effect Date: Fri, 22 Apr 2011 14:16:21 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1303496194 22959 80.91.229.12 (22 Apr 2011 18:16:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2011 18:16:34 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 22 20:16:30 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QDKu3-00046u-4h for ged-emacs-devel@m.gmane.org; Fri, 22 Apr 2011 20:16:27 +0200 Original-Received: from localhost ([::1]:53646 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDKu1-0004hG-Rt for ged-emacs-devel@m.gmane.org; Fri, 22 Apr 2011 14:16:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDKtz-0004gv-A1 for Emacs-devel@gnu.org; Fri, 22 Apr 2011 14:16:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDKty-0007H1-DP for Emacs-devel@gnu.org; Fri, 22 Apr 2011 14:16:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDKty-0007Gx-Af for Emacs-devel@gnu.org; Fri, 22 Apr 2011 14:16:22 -0400 Original-Received: from localhost ([127.0.0.1]:54926) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDKty-00080B-0t; Fri, 22 Apr 2011 14:16:22 -0400 X-Spook: AMW Perl-RSA emc ISEC Syria morse Forte AVN X-Ran: rV?*KZ8xeA^8W$[_e2^%#!Q:t^we(Y92O#^9ez4Op^':/p.EFjNf?Lx],T`@b74M$^>f)1 X-Hue: yellow X-Attribution: GM In-Reply-To: (Ben Key's message of "Wed, 20 Apr 2011 20:02:06 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138645 Archived-At: Ben Key wrote: > I believe that all that is necessary to fix this is to change line 297 to > the following, but I cannot test it because I do not have the correct > version of autoconf installed. > if test x$ac_gc_check_string_overrun != x ; then > > Please let me know if I should go ahead and make this change. Yes please. It looks obviously correct. You could edit configure directly to test it (or install autoconf of course).