From 89110b27437d4a84f7cb0387e59fd40d94efee1d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 3 Sep 2025 18:31:46 +0900 Subject: Remove obsolete option `--enable-mathn` The code has been removed already, and the latest mathn is refactored to use refinements. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 3637485675..47f8b79b03 100644 --- a/configure.ac +++ b/configure.ac @@ -1804,10 +1804,6 @@ RUBY_DECL_ATTRIBUTE([__nonnull__(n)], [RUBY_FUNC_NONNULL(n,x)], [rb_cv_func_nonn RUBY_APPEND_OPTION(XCFLAGS, -DRUBY_EXPORT) -AC_ARG_ENABLE(mathn, - AS_HELP_STRING([--enable-mathn], [enable canonicalization for mathn]), - [AC_MSG_ERROR([mathn support has been dropped])]) - AC_CACHE_CHECK(for function name string predefined identifier, rb_cv_function_name_string, [AS_CASE(["$target_os"],[openbsd*],[ -- cgit v1.2.3