diff --git a/src/configure b/src/configure index 820bcea1d..96af79bcb 100755 --- a/src/configure +++ b/src/configure @@ -863,7 +863,7 @@ Optional Features: --enable-threads support for native threads (yes|no|auto, default=NO). --enable-boehm use the Boehm-Weiser garbage collector - (no|included|system|auto, default=auto) + (no|included|system|auto, default=included) --enable-local-boehm Deprecated! See --enable-boehm --enable-slow-config use GMP to guess compiler/linker flags (no|yes, default=NO) @@ -1419,7 +1419,7 @@ if test "${enable_boehm+set}" = set; then enableval="$enable_boehm" else - enable_boehm=auto + enable_boehm=included fi; # Check whether --enable-local-boehm or --disable-local-boehm was given. diff --git a/src/configure.in b/src/configure.in index f212cc427..b93d2b7db 100644 --- a/src/configure.in +++ b/src/configure.in @@ -41,8 +41,8 @@ AC_ARG_ENABLE(threads, AC_ARG_ENABLE(boehm, AS_HELP_STRING( [--enable-boehm], [use the Boehm-Weiser garbage collector] - [(no|included|system|auto, default=auto)] ), - [], [enable_boehm=auto] ) + [(no|included|system|auto, default=included)] ), + [], [enable_boehm=included] ) AC_ARG_ENABLE(local-boehm, AS_HELP_STRING( [--enable-local-boehm], [Deprecated! See --enable-boehm] ),