AC_MSG_CHECKING( [whether we can use the existing Boehm-Weiser library] )
AC_MSG_RESULT( [${system_boehm}] )
if test "${system_boehm}" = "no"; then
- if test "${enable_boehm}" = "auto"; then
- enable_boehm="included";
+ if test "${enable_boehm}" = "auto" -o "${enable_boehm}" = "included"; then
+ enable_boehm="included";
else
AC_MSG_ERROR([System Boehm GC library requested but not found.])
fi
enable_threads
enable_boehm
enable_libatomic
-enable_slow_config
enable_soname
-with_system_boehm
with_gmp
with_C_gmp
with_system_gmp
(no|included|system|auto, default=auto)
--enable-libatomic version of the libatomic-ops library
(auto|included|system, default=auto)
- DEPRECATED: use --with-system-boehm=no
-
--enable-soname link and install the library using version numbers
(no|yes, default=yes)
--enable-local-gmp Deprecated! See --with-system-gmp
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-cross-config=f supply configuration for a cross compiler
- --with-system-boehm Deprecated! See --enable-boehm
--with-gmp=args supply arguments for configuring GMP library
--with-C-gmp=args configure GMP to build using portable C
--with-system-gmp use already installed GMP library (default=auto)
fi
-# Check whether --enable-slow-config was given.
-if test "${enable_slow_config+set}" = set; then :
- enableval=$enable_slow_config;
-else
- enable_slow_config=no
-fi
-
-
# Check whether --enable-soname was given.
if test "${enable_soname+set}" = set; then :
enableval=$enable_soname;
-# Check whether --with-system-boehm was given.
-if test "${with_system_boehm+set}" = set; then :
- withval=$with_system_boehm; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-system-boehm is deprecated, use --enable-boehm=system instead!" >&5
-$as_echo "$as_me: WARNING: --with-system-boehm is deprecated, use --enable-boehm=system instead!" >&2;}
- test ${withval} = "no" || enable_boehm="system"
-fi
-
-
-
# Check whether --with-gmp was given.
if test "${with_gmp+set}" = set; then :
withval=$with_gmp;
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${system_boehm} " >&5
$as_echo "${system_boehm} " >&6; }
if test "${system_boehm}" = "no"; then
- if test "${enable_boehm}" = "auto"; then
- enable_boehm="included";
+ if test "${enable_boehm}" = "auto" -o "${enable_boehm}" = "included"; then
+ enable_boehm="included";
else
as_fn_error $? "System Boehm GC library requested but not found." "$LINENO" 5
fi
[(auto|included|system, default=auto)] ),
[], [enable_libatomic=auto] )
-AC_ARG_ENABLE(slow-config,
- AS_HELP_STRING( [DEPRECATED: use --with-system-boehm=no] ),
- [], [enable_slow_config=no] )
-
AC_ARG_ENABLE(soname,
AS_HELP_STRING( [--enable-soname],
[link and install the library using version numbers]
[(no|yes, default=yes)]),
[], [enable_soname=yes] )
-AC_ARG_WITH(system-boehm,
- AS_HELP_STRING( [--with-system-boehm], [Deprecated! See --enable-boehm] ),
- [AC_MSG_WARN(
- [--with-system-boehm is deprecated, use --enable-boehm=system instead!])
- test ${withval} = "no" || enable_boehm="system"])
-
AC_ARG_WITH(gmp,
AS_HELP_STRING( [--with-gmp=args],
[supply arguments for configuring GMP library]),