From 882d688f45b1661ea38386521c8d94afd880815f Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 17 Jan 2006 09:12:52 +0000 Subject: [PATCH] configure.ac: Add --with-pkg-config-path argument. Original commit message from CVS: * configure.ac: Add --with-pkg-config-path argument. Closes #319248 --- ChangeLog | 6 ++++++ configure.ac | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05fc95d5a9..4fed4eb0ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-17 Edward Hervey + + * configure.ac: + Add --with-pkg-config-path argument. + Closes #319248 + 2006-01-12 Andy Wingo * libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug diff --git a/configure.ac b/configure.ac index 0c142413ea..0ad17048f5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ###########################