all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ben Key <bkey76@gmail.com>
To: Emacs-devel@gnu.org
Subject: Configure with --enable-checking=stringoverrun has no effect
Date: Wed, 20 Apr 2011 20:02:06 -0500	[thread overview]
Message-ID: <BANLkTikzgj1z04OxEuOf-4MrT40WN4QycA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 725 bytes --]

Hello,

Running configure with  --enable-checking=stringoverrun has no effect in
that GC_CHECK_STRING_OVERRUN is not defined in the resulting config.h file.

I believe I know why this is happening.  On line 278,
ac_gc_check_string_overrun is set when the stringoverrun option is
specified.  Then on line 297 is the following test.
  if test x$ac_gc_check_stringoverrun != x ; then
(Note that there is no _ between string and overrun).

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.

[-- Attachment #2: Type: text/html, Size: 841 bytes --]

             reply	other threads:[~2011-04-21  1:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21  1:02 Ben Key [this message]
2011-04-22 18:16 ` Configure with --enable-checking=stringoverrun has no effect Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTikzgj1z04OxEuOf-4MrT40WN4QycA@mail.gmail.com \
    --to=bkey76@gmail.com \
    --cc=Emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.