changeset 2427:fe8417a1ea8c

8216354: Syntax error in toolchain_windows.m4 Reviewed-by: erikj, dholmes, clanger
author stooke
date Sun, 15 Sep 2019 07:47:13 +0200
parents dde48b817482
children 72fbf717acb0
files common/autoconf/toolchain_windows.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/autoconf/toolchain_windows.m4	Tue Dec 17 07:03:09 2019 +0000
+++ b/common/autoconf/toolchain_windows.m4	Sun Sep 15 07:47:13 2019 +0200
@@ -652,7 +652,7 @@
   if test "x$USE_UCRT" = "xtrue"; then
     AC_MSG_CHECKING([for UCRT DLL dir])
     if test "x$with_ucrt_dll_dir" != x; then
-      if test -z "$(ls -d "$with_ucrt_dll_dir/*.dll" 2> /dev/null)"; then
+      if test -z "$(ls -d "$with_ucrt_dll_dir/"*.dll 2> /dev/null)"; then
         AC_MSG_RESULT([no])
         AC_MSG_ERROR([Could not find any dlls in $with_ucrt_dll_dir])
       else