@@ -1415,11 +1415,13 @@ else # shared is disabled
1415
1415
;;
1416
1416
esac
1417
1417
fi
1418
+ AC_MSG_RESULT ( [ $LDLIBRARY] )
1418
1419
1419
1420
if test "$cross_compiling" = yes; then
1420
1421
RUNSHARED=
1421
1422
fi
1422
1423
1424
+ AC_MSG_CHECKING ( [ HOSTRUNNER] )
1423
1425
AC_ARG_VAR ( [ HOSTRUNNER] , [ Program to run CPython for the host platform] )
1424
1426
if test -z "$HOSTRUNNER"
1425
1427
then
@@ -1465,16 +1467,13 @@ then
1465
1467
)
1466
1468
fi
1467
1469
AC_SUBST ( [ HOSTRUNNER] )
1468
- AC_MSG_CHECKING ( [ HOSTRUNNER] )
1469
1470
AC_MSG_RESULT ( [ $HOSTRUNNER] )
1470
1471
1471
1472
if test -n "$HOSTRUNNER"; then
1472
1473
dnl Pass hostrunner variable as env var in order to expand shell expressions.
1473
1474
PYTHON_FOR_BUILD="_PYTHON_HOSTRUNNER='$HOSTRUNNER' $PYTHON_FOR_BUILD"
1474
1475
fi
1475
1476
1476
- AC_MSG_RESULT ( [ $LDLIBRARY] )
1477
-
1478
1477
# LIBRARY_DEPS, LINK_PYTHON_OBJS and LINK_PYTHON_DEPS variable
1479
1478
AS_CASE ( [ $ac_sys_system/$ac_sys_emscripten_target] ,
1480
1479
[ Emscripten/browser*] , [ LIBRARY_DEPS='$(PY3LIBRARY) $(WASM_STDLIB) python.html python.worker.js'] ,
@@ -4522,12 +4521,13 @@ yes
4522
4521
fi
4523
4522
4524
4523
if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
4524
+ AC_MSG_CHECKING ( [ ipv6 library] )
4525
4525
if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
4526
4526
LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
4527
- AC_MSG_NOTICE ( [ using lib$ipv6lib] )
4527
+ AC_MSG_RESULT ( [ lib$ipv6lib] )
4528
4528
else
4529
4529
AS_VAR_IF ( [ ipv6trylibc] , [ yes] , [
4530
- AC_MSG_NOTICE ( [ using libc] )
4530
+ AC_MSG_RESULT ( [ libc] )
4531
4531
] , [
4532
4532
AC_MSG_ERROR ( [ m4_normalize ( [
4533
4533
No $ipv6lib library found; cannot continue.
0 commit comments