mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Added check for pkg-config to autogen.sh
Original commit message from CVS: Added check for pkg-config to autogen.sh
This commit is contained in:
parent
91d7e800d5
commit
0f80b72e38
1 changed files with 9 additions and 0 deletions
|
@ -102,6 +102,15 @@ fi
|
|||
fi
|
||||
|
||||
|
||||
(pkg-config --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "You must have pkg-config installed to compile $package."
|
||||
echo "Download the appropriate package for your distribution,"
|
||||
echo "or get the source tarball at:"
|
||||
echo "http://www.freedesktop.org/software/pkgconfig/"
|
||||
DIE=1
|
||||
}
|
||||
|
||||
|
||||
(libtool --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue