common/autoconf/toolchain_windows.m4

changeset 2498
8c54aca26212
parent 2384
b45bf475c2ca
parent 2480
fe8417a1ea8c
equal deleted inserted replaced
2476:89e4aea44ab9 2498:8c54aca26212
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