projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118ca18
)
One check for gio is enough.
author
Patrick Welche
<prlw1@cam.ac.uk>
Tue, 21 Jun 2011 11:02:29 +0000
(12:02 +0100)
committer
Patrick Welche
<prlw1@cam.ac.uk>
Tue, 21 Jun 2011 11:02:29 +0000
(12:02 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ed9877a1bb223230f55ff920608d38316941145f..5822079109e2507f0947eea9bbb268626eca61f7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-47,10
+47,6
@@
AC_CHECK_LIB([glib-2.0], [g_ptr_array_new_with_free_func], [:],
[g_ptr_array_new_with_free_func. Please upgrade glib.])],
[$GLIB_LIBS])
-PKG_CHECK_MODULES(GIO, [gio-2.0 >= 2.26.0])
-AC_SUBST(GIO_LIBS)
-AC_SUBST(GIO_CFLAGS)
-
PKG_CHECK_MODULES(GOBJ, [gobject-2.0 >= 2.0.0])
AC_SUBST(GOBJ_LIBS)
AC_SUBST(GOBJ_CFLAGS)