mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
no need to check for pkg-config or munge its search path
Original commit message from CVS: no need to check for pkg-config or munge its search path
This commit is contained in:
parent
ca2ecf4c59
commit
9de2225184
1 changed files with 0 additions and 10 deletions
10
configure.ac
10
configure.ac
|
@ -120,16 +120,6 @@ else
|
|||
HAVE_NASM="yes"
|
||||
fi
|
||||
|
||||
dnl Check for pkgconfig
|
||||
AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, true, false)
|
||||
|
||||
dnl fix pkg-config's broken default search path
|
||||
if test -z $PKG_CONFIG_PATH; then
|
||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
|
||||
echo "Setting PKG_CONFIG_PATH to $PKG_CONFIG_PATH"
|
||||
fi
|
||||
export PKG_CONFIG_PATH
|
||||
|
||||
dnl check for gstreamer
|
||||
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue