1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed RUBY_RM_RECURSIVE when autoconf met the required version

Before 9189cf5793 the result of
`m4_version_compare` was compared to -1, however the `$2` of
`m4_version_prereq` has different meaning and is expanded when
the required version met.
This commit is contained in:
Nobuyoshi Nakada 2020-12-13 01:10:49 +09:00
parent 7ef5226520
commit 3b7c05ef8d
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1,6 +1,6 @@
# -*- Autoconf -*-
AC_DEFUN([RUBY_RM_RECURSIVE], [
m4_version_prereq([2.70], [-1], [
AC_DEFUN([RUBY_RM_RECURSIVE], [dnl
m4_version_prereq([2.70], [], [dnl
# suppress error messages, rm: cannot remove 'conftest.dSYM', from
# AC_EGREP_CPP with CFLAGS=-g on Darwin.
AS_CASE([$build_os], [darwin*], [