mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
build-sys: make error message visible
This helps figuring out why bootstrap.sh is failing... Directing the error message to /dev/null was very strange. I don't know what the original motivation might have been. My guess is that it was added unintentionally.
This commit is contained in:
parent
74b0fb45e5
commit
fc6c9c8810
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ fi
|
||||||
# which will make PKG_PROG_PKG_CONFIG be undefined and the generated
|
# which will make PKG_PROG_PKG_CONFIG be undefined and the generated
|
||||||
# configure file faulty.
|
# configure file faulty.
|
||||||
if ! pkg-config --version &>/dev/null; then
|
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
|
DIE=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue