summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-29 05:26:54 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-29 05:26:54 +0000
commit453fef95a1527997e6e360d134ed7087a4773876 (patch)
treef03ee917f06e714015ca637058a6de70a91a3f4e /configure.ac
parent3668cfd91e87b70b41c3bad832d8486f55b9cd77 (diff)
downloadgst-plugins-bad-453fef95a1527997e6e360d134ed7087a4773876.tar.gz
gst-plugins-bad-453fef95a1527997e6e360d134ed7087a4773876.tar.bz2
gst-plugins-bad-453fef95a1527997e6e360d134ed7087a4773876.zip
configure.ac: Update gio's pkg-config file name as currently in SVN.
Original commit message from CVS: * configure.ac: Update gio's pkg-config file name as currently in SVN. * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location): Remove special casing for a NULL query string. g_strjoin won't add the separator if there's only one string.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 64984a1f..18677779 100644
--- a/configure.ac
+++ b/configure.ac
@@ -531,8 +531,8 @@ AG_GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
dnl *** libgio ***
translit(dnm, m, l) AM_CONDITIONAL(USE_GIO, true)
-AG_GST_CHECK_FEATURE(GIO, [GIO standalone library], gio, [
- PKG_CHECK_MODULES(GIO, gio-standalone >= 0.0.1, HAVE_GIO="yes", [
+AG_GST_CHECK_FEATURE(GIO, [GIO library], gio, [
+ PKG_CHECK_MODULES(GIO, gio-2.0 >= 0.1, HAVE_GIO="yes", [
HAVE_GIO="no"
AC_MSG_RESULT(no)
])