From 19dacdd9e15d5d228dce5e17e8479739fec446f5 Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Thu, 10 Jul 2025 20:52:42 +0300 Subject: [PATCH] libtool.m4: Replace '${COMSPEC-cmd}' with 'cmd' --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 1aebb983c..48e47748b 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -8738,7 +8738,7 @@ AS_CASE([$host], AC_MSG_CHECKING([whether to use cmd with one slash or two slashes]) AC_CACHE_VAL([lt_cv_cmd_slashes], [ - _lt_result=`"${COMSPEC-cmd}" /c echo one-slash works. Not checked //c echo two-slashes 2>/dev/null` + _lt_result=`cmd /c echo one-slash works. Not checked //c echo two-slashes 2>/dev/null` AS_IF([test 0 != $?], [AC_MSG_ERROR([Do not know how to convert paths])]) AS_CASE([$_lt_result], -- 2.47.3