From: Volker Grabsch Date: Tue, 23 Feb 2010 16:25:54 +0000 (+0100) Subject: configure: Use $PKG_CONFIG instead of pkg-config to fix cross compilation X-Git-Tag: RELEASE-0.10.19~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=673459c711b7d4915a011e1a1e804b103de69455;p=platform%2Fupstream%2Fgst-plugins-good.git configure: Use $PKG_CONFIG instead of pkg-config to fix cross compilation Fixes bug #610839. --- diff --git a/configure.ac b/configure.ac index e41eed3..1f89ff2 100644 --- a/configure.ac +++ b/configure.ac @@ -216,7 +216,7 @@ AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ], yes) AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no) AG_GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ], yes) -GST_TOOLS_DIR=`pkg-config --variable=toolsdir gstreamer-$GST_MAJORMINOR` +GST_TOOLS_DIR=`$PKG_CONFIG --variable=toolsdir gstreamer-$GST_MAJORMINOR` if test -z $GST_TOOLS_DIR; then AC_MSG_ERROR([no tools dir defined in GStreamer pkg-config file; core upgrade needed.]) fi