summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-22 13:35:44 +0200
committerBastien Nocera <hadess@hadess.net>2015-01-06 01:17:49 +0100
commit23ab35834061b7173985cfd9409cc4aa3a14807e (patch)
treec3272f0a63fd998844a1b9b71c004a6b710a26e3
parentc8d201d736a7bdb56b5e11821dd233ed9d571f90 (diff)
downloadat-spi2-core-23ab35834061b7173985cfd9409cc4aa3a14807e.tar.gz
build: Remove unneeded function check
We already check for glib 2.36.0, which *will* contain g_ptr_array_new_with_free_func (new in 2.22), no need to check for it especially. https://bugzilla.gnome.org/show_bug.cgi?id=710631
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a1eab418..da27be25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,10 +47,6 @@ AC_SUBST(DBUS_CFLAGS)
PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.36.0])
AC_SUBST(GLIB_LIBS)
AC_SUBST(GLIB_CFLAGS)
-AC_CHECK_LIB([glib-2.0], [g_ptr_array_new_with_free_func], [:],
- [AC_MSG_ERROR([The version of glib-2.0 found does not define ]
- [g_ptr_array_new_with_free_func. Please upgrade glib.])],
- [$GLIB_LIBS])
PKG_CHECK_MODULES(GOBJ, [gobject-2.0 >= 2.0.0])
AC_SUBST(GOBJ_LIBS)