+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.
$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
$as_echo "#define SMALL_CONFIG 1" >>confdefs.h
+fi
+
+if test "$enable_gc_debug" == "no"; then
$as_echo "#define NO_DEBUGGING 1" >>confdefs.h
-
# Check whether --enable-gc-assertions was given.
if test "${enable_gc_assertions+set}" = set; then :
enableval=$enable_gc_assertions;