projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c838f
)
Bump glib requirement to 2.14
author
David Schleef
<ds@schleef.org>
Sat, 28 Feb 2009 19:07:04 +0000
(11:07 -0800)
committer
David Schleef
<ds@schleef.org>
Sat, 28 Feb 2009 19:07:04 +0000
(11:07 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c7554bfb8d35c14f352df3bea0aab886333e9e83..2546d4d495421f43e6e1fb27484613f4f596650c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-243,7
+243,7
@@
AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
dnl *** checks for dependency libraries ***
dnl GLib is required
-AG_GST_GLIB_CHECK([2.1
2
])
+AG_GST_GLIB_CHECK([2.1
4
])
dnl liboil is required
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.14, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)