ruby-changes:70933
From: Nobuyoshi <ko1@a...>
Date: Wed, 19 Jan 2022 14:47:01 +0900 (JST)
Subject: [ruby-changes:70933] 5646f4b67b (master): Fix a missing comma
https://git.ruby-lang.org/ruby.git/commit/?id=5646f4b67b From 5646f4b67b75e7e558c994ff8cbd374e4b4bd3b5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 19 Jan 2022 14:45:52 +0900 Subject: Fix a missing comma --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1968cce907c..4dbfa7232fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1235,7 +1235,7 @@ main() https://github.com/ruby/ruby/blob/trunk/configure.ac#L1235 # wasi-libc's sys/socket.h is not compatible with -std=gnu99, # so re-declare shutdown in include/ruby/missing.h ac_cv_func_shutdown=no - ] + ], [ LIBS="-lm $LIBS"]) : ${ORIG_LIBS=$LIBS} -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/