diff --git a/bootstrap.sh b/bootstrap.sh index 644d014f0..c9a083c1f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -38,7 +38,7 @@ fi # which will make PKG_PROG_PKG_CONFIG be undefined and the generated # configure file faulty. if ! pkg-config --version &>/dev/null; then - echo "pkg-config is required to bootstrap this program" &>/dev/null + echo "pkg-config is required to bootstrap this program" DIE=1 fi