|
@@ -959,13 +959,6 @@ do
|
|
fi
|
|
fi
|
|
done
|
|
done
|
|
|
|
|
|
-# Check for existence of python3 yaml, needed to
|
|
|
|
-# import yaml config files into vm-build.
|
|
|
|
-python_yaml="no"
|
|
|
|
-if $(python3 -c "import yaml" 2> /dev/null); then
|
|
|
|
- python_yaml="yes"
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
: ${smbd=${SMBD-/usr/sbin/smbd}}
|
|
: ${smbd=${SMBD-/usr/sbin/smbd}}
|
|
|
|
|
|
# Default objcc to clang if available, otherwise use CC
|
|
# Default objcc to clang if available, otherwise use CC
|
|
@@ -6844,7 +6837,6 @@ if test "$docs" != "no"; then
|
|
echo "sphinx-build $sphinx_build"
|
|
echo "sphinx-build $sphinx_build"
|
|
fi
|
|
fi
|
|
echo "genisoimage $genisoimage"
|
|
echo "genisoimage $genisoimage"
|
|
-echo "python_yaml $python_yaml"
|
|
|
|
echo "slirp support $slirp $(echo_version $slirp $slirp_version)"
|
|
echo "slirp support $slirp $(echo_version $slirp $slirp_version)"
|
|
if test "$slirp" != "no" ; then
|
|
if test "$slirp" != "no" ; then
|
|
echo "smbd $smbd"
|
|
echo "smbd $smbd"
|
|
@@ -7945,7 +7937,6 @@ echo "PYTHON=$python" >> $config_host_mak
|
|
echo "SPHINX_BUILD=$sphinx_build" >> $config_host_mak
|
|
echo "SPHINX_BUILD=$sphinx_build" >> $config_host_mak
|
|
echo "SPHINX_WERROR=$sphinx_werror" >> $config_host_mak
|
|
echo "SPHINX_WERROR=$sphinx_werror" >> $config_host_mak
|
|
echo "GENISOIMAGE=$genisoimage" >> $config_host_mak
|
|
echo "GENISOIMAGE=$genisoimage" >> $config_host_mak
|
|
-echo "PYTHON_YAML=$python_yaml" >> $config_host_mak
|
|
|
|
echo "CC=$cc" >> $config_host_mak
|
|
echo "CC=$cc" >> $config_host_mak
|
|
if $iasl -h > /dev/null 2>&1; then
|
|
if $iasl -h > /dev/null 2>&1; then
|
|
echo "IASL=$iasl" >> $config_host_mak
|
|
echo "IASL=$iasl" >> $config_host_mak
|