emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104022: Fixed a bug that caused conf


From: Ben Key
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104022: Fixed a bug that caused configure with --enable-checking=stringoverrun to have no effect.
Date: Tue, 26 Apr 2011 21:17:44 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104022
committer: Ben Key <address@hidden>
branch nick: trunk
timestamp: Tue 2011-04-26 21:17:44 -0500
message:
  Fixed a bug that caused configure with --enable-checking=stringoverrun to 
have no effect.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-04-26 06:17:52 +0000
+++ b/ChangeLog 2011-04-27 02:17:44 +0000
@@ -1,3 +1,8 @@
+2011-04-27  Ben Key  <address@hidden>
+
+       * configure.in: Fixed a bug that caused configure with
+       --enable-checking=stringoverrun to have no effect.
+
 2011-04-26  Paul Eggert  <address@hidden>
 
        * configure.in: Suppress unnecessary checks for size_t.

=== modified file 'configure.in'
--- a/configure.in      2011-04-26 06:17:52 +0000
+++ b/configure.in      2011-04-27 02:17:44 +0000
@@ -294,7 +294,7 @@
    strings is redundantly recorded in sdata structures so that it can
    be compared to the sizes recorded in Lisp strings.])
 fi
-if test x$ac_gc_check_stringoverrun != x ; then
+if test x$ac_gc_check_string_overrun != x ; then
   AC_DEFINE(GC_CHECK_STRING_OVERRUN, 1,
 [Define this to check for short string overrun.])
 fi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]