Skip to content

Commit 89110b2

Browse files
committed
Remove obsolete option --enable-mathn
The code has been removed already, and the latest mathn is refactored to use refinements.
1 parent 01e27ac commit 89110b2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,10 +1804,6 @@ RUBY_DECL_ATTRIBUTE([__nonnull__(n)], [RUBY_FUNC_NONNULL(n,x)], [rb_cv_func_nonn
18041804

18051805
RUBY_APPEND_OPTION(XCFLAGS, -DRUBY_EXPORT)
18061806

1807-
AC_ARG_ENABLE(mathn,
1808-
AS_HELP_STRING([--enable-mathn], [enable canonicalization for mathn]),
1809-
[AC_MSG_ERROR([mathn support has been dropped])])
1810-
18111807
AC_CACHE_CHECK(for function name string predefined identifier,
18121808
rb_cv_function_name_string,
18131809
[AS_CASE(["$target_os"],[openbsd*],[

0 commit comments

Comments
 (0)