]> granicus.if.org Git - gc/commitdiff
Regenerate configure; update ChangeLog
authorIvan Maidanski <ivmai@mail.ru>
Fri, 23 Sep 2011 08:13:03 +0000 (12:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 23 Sep 2011 08:13:03 +0000 (12:13 +0400)
ChangeLog
configure

index 6a925c105fdef623d2e5e28af40c9724ffc63581..7150b029a7cc9cdfaa5653cca1b3eb41a4c9003e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-09-23  Ivan Maidanski <ivmai@mail.ru>
+
+       * configure: Regenerate.
+
+2011-09-23  Ivan Maidanski <ivmai@mail.ru>
+
+       * configure.ac (NO_DEBUGGING): Define based on testing enable_gc_debug
+       value (instead of based on with_cross_host value).
+
+2011-09-23  Ivan Maidanski <ivmai@mail.ru>
+
+       * configure.ac (THREAD_LOCAL_ALLOC): Test enable_shared and
+       enable_static values properly when setting THREAD_LOCAL_ALLOC
+       in case PARALLEL_MARK is off (Win32 only).
+
 2011-09-22  Ivan Maidanski <ivmai@mail.ru>
 
        * configure: Regenerate.
index 5cb6976f303d3ba050abdb142cd0b433e51b2720..94f28f54183eeeeba31cdeca6893f140b15dd354 100755 (executable)
--- a/configure
+++ b/configure
@@ -5097,7 +5097,7 @@ $as_echo "$as_me: WARNING: \"Explicit GC_INIT() calls may be required.\"" >&2;};
       $as_echo "#define THREAD_LOCAL_ALLOC 1" >>confdefs.h
 
     else
-      if test "${enable_static}" == yes; then
+      if test "${enable_shared}" != yes || test "${enable_static}" != no; then
         # Imply THREAD_LOCAL_ALLOC unless GC_DLL.
         $as_echo "#define THREAD_LOCAL_ALLOC 1" >>confdefs.h
 
@@ -16378,6 +16378,9 @@ $as_echo "#define NO_CLOCK 1" >>confdefs.h
 
 $as_echo "#define SMALL_CONFIG 1" >>confdefs.h
 
+fi
+
+if test "$enable_gc_debug" == "no"; then
 
 $as_echo "#define NO_DEBUGGING 1" >>confdefs.h
 
@@ -16385,7 +16388,6 @@ fi
 
 
 
-
 # Check whether --enable-gc-assertions was given.
 if test "${enable_gc_assertions+set}" = set; then :
   enableval=$enable_gc_assertions;