From 1a6b16756e0ba6b95ab71a441357ed5484e33498 Mon Sep 17 00:00:00 2001 From: nagachika Date: Thu, 24 Nov 2022 19:20:31 +0900 Subject: merge revision(s) 3071a727e081f754e71a9abed8dd19e36bacc785: Add a comment about confusing code [ci skip] --- configure.ac | 1 + 1 file changed, 1 insertion(+) --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dac8907a64..fcae66f775 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ AC_ARG_WITH(baseruby, [ AC_PATH_PROG([BASERUBY], [ruby], [false]) ]) +# BASERUBY must be >= 2.2.0. Note that `"2.2.0" > "2.2"` is true. AS_IF([test "$HAVE_BASERUBY" != no -a "`RUBYOPT=- $BASERUBY --disable=gems -e 'print 42 if RUBY_VERSION > "2.2"' 2>/dev/null`" = 42], [ AS_CASE(["$build_os"], [mingw*], [ # Can MSys shell run a command with a drive letter? -- cgit v1.2.3