[PATCH] a68: set enable_algol68_gc to `auto' instead of `no'
Jose E. Marchesi
jemarch@gnu.org
Mon Jan 19 23:26:20 GMT 2026
Hello Mohammad.
Installed, thanks.
> Signed-off-by: Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
>
> libga68/ChangeLog:
>
> * configure.ac (--enable-algol68-gc): Change default value to `auto'.
> * configure: Re-generate.
>
> Signed-off-by: Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
> ---
> libga68/configure | 2 +-
> libga68/configure.ac | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libga68/configure b/libga68/configure
> index 5d652d6fd81..fb14f39eb2b 100755
> --- a/libga68/configure
> +++ b/libga68/configure
> @@ -13514,7 +13514,7 @@ fi
> if test "${enable_algol68_gc+set}" = set; then :
> enableval=$enable_algol68_gc;
> else
> - enable_algol68_gc=no
> + enable_algol68_gc=auto
> fi
>
>
> diff --git a/libga68/configure.ac b/libga68/configure.ac
> index 27a73b0c2ed..244ca1d8cb2 100644
> --- a/libga68/configure.ac
> +++ b/libga68/configure.ac
> @@ -235,7 +235,7 @@ AM_CONDITIONAL(LIBGA68_USE_SYMVER_SUN, [test "x$ga68_use_symver" = xsun])
> AC_ARG_ENABLE(algol68-gc,
> [AS_HELP_STRING([--enable-algol68-gc],
> [enable use of Boehm's garbage collector with the
> - GNU Algol runtime])],,enable_algol68_gc=no)
> + GNU Algol runtime])],,enable_algol68_gc=auto)
> AC_ARG_WITH([target-bdw-gc],
> [AS_HELP_STRING([--with-target-bdw-gc=PATHLIST],
> [specify prefix directory for installed bdw-gc package.
More information about the Algol68
mailing list