configure.ac: Add --with-pkg-config-path argument.

Original commit message from CVS:
* configure.ac:
Add --with-pkg-config-path argument.
Closes #319248
This commit is contained in:
Edward Hervey 2006-01-17 09:12:52 +00:00
parent 934e5a41bd
commit 882d688f45
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-01-17 Edward Hervey <edward@fluendo.com>
* configure.ac:
Add --with-pkg-config-path argument.
Closes #319248
2006-01-12 Andy Wingo <wingo@pobox.com>
* libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug

View file

@ -82,6 +82,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl Determine CPU
GST_ARCH()
GST_ARG_WITH_PKG_CONFIG_PATH
dnl ###########################
dnl # Configure external libs #
dnl ###########################