diff --git a/build-scripts/build-environment-check b/build-scripts/build-environment-check index aa2571b77..b2edacca9 100755 --- a/build-scripts/build-environment-check +++ b/build-scripts/build-environment-check @@ -12,7 +12,6 @@ # The rest are wanted only on the machine doing "autogen.sh", # aka buildmaster, which is *different* from the buildslaves ### TODO add to the unwanted list: bison byacc flex -### TODO unfortunately autoconf is installed by autobuild policy case "$OS" in @@ -76,6 +75,6 @@ then exit 0 else echo "$0: FAILURE buildslave is NOT correctly setup" - echo "You should edit the policy in autobuild to fix the issues" + echo "You should edit the policy at buildscripts/ci/cfengine-build-host-setup.cf to fix the issues" exit 1 fi