common/autoconf/toolchain_windows.m4

changeset 2480
fe8417a1ea8c
parent 2333
1c0d5a15ab4c
child 2498
8c54aca26212
equal deleted inserted replaced
2479:dde48b817482 2480:fe8417a1ea8c
650 [path to Microsoft Windows Kit UCRT DLL dir (Windows only) @<:@probed@:>@])]) 650 [path to Microsoft Windows Kit UCRT DLL dir (Windows only) @<:@probed@:>@])])
651 651
652 if test "x$USE_UCRT" = "xtrue"; then 652 if test "x$USE_UCRT" = "xtrue"; then
653 AC_MSG_CHECKING([for UCRT DLL dir]) 653 AC_MSG_CHECKING([for UCRT DLL dir])
654 if test "x$with_ucrt_dll_dir" != x; then 654 if test "x$with_ucrt_dll_dir" != x; then
655 if test -z "$(ls -d "$with_ucrt_dll_dir/*.dll" 2> /dev/null)"; then 655 if test -z "$(ls -d "$with_ucrt_dll_dir/"*.dll 2> /dev/null)"; then
656 AC_MSG_RESULT([no]) 656 AC_MSG_RESULT([no])
657 AC_MSG_ERROR([Could not find any dlls in $with_ucrt_dll_dir]) 657 AC_MSG_ERROR([Could not find any dlls in $with_ucrt_dll_dir])
658 else 658 else
659 AC_MSG_RESULT([$with_ucrt_dll_dir]) 659 AC_MSG_RESULT([$with_ucrt_dll_dir])
660 UCRT_DLL_DIR="$with_ucrt_dll_dir" 660 UCRT_DLL_DIR="$with_ucrt_dll_dir"

mercurial