]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed a bug that caused configure with --enable-checking=stringoverrun to have no...
authorBen Key <bkey76@gmail.com>
Wed, 27 Apr 2011 02:17:44 +0000 (21:17 -0500)
committerBen Key <bkey76@gmail.com>
Wed, 27 Apr 2011 02:17:44 +0000 (21:17 -0500)
ChangeLog
configure.in

index f67a5bf0b55167ea919546ce7e51844b0a366f82..a561f8efeec7eb365849218e7d63906e39f47e76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-27  Ben Key  <bkey76@gmail.com>
+
+       * configure.in: Fixed a bug that caused configure with
+       --enable-checking=stringoverrun to have no effect.
+
 2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.in: Suppress unnecessary checks for size_t.
index 546abbe05a53a17ab3f10702a714bb1a2f27b6e6..68404bf0bcd4914db6f57cfe77807b1f2f921da8 100644 (file)
@@ -294,7 +294,7 @@ if test x$ac_gc_check_stringbytes != x ; then
    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