[glib/glib-2-32] configure: Require libelf 0.8.12
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-32] configure: Require libelf 0.8.12
- Date: Sat, 14 Jul 2012 23:20:14 +0000 (UTC)
commit c6a5b5d71922e7cfc9545d16f910c20580e25555
Author: Daniel Macks <dmacks netspace org>
Date: Tue Jun 5 14:16:24 2012 -0400
configure: Require libelf 0.8.12
Older versions don't have the required API.
(Commit message written by Colin Walters <walters verbum org>)
https://bugzilla.gnome.org/show_bug.cgi?id=673253
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5d27d96..eb0be39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1816,7 +1816,7 @@ dnl ************************
dnl *** check for libelf ***
dnl ************************
-PKG_CHECK_MODULES([LIBELF], [libelf], [have_libelf=yes], [have_libelf=maybe])
+PKG_CHECK_MODULES([LIBELF], [libelf >= 0.8.12], [have_libelf=yes], [have_libelf=maybe])
if test $have_libelf = maybe; then
glib_save_LIBS=$LIBS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]