From: Daniel Macks Date: Tue, 5 Jun 2012 18:16:24 +0000 (-0400) Subject: configure: Require libelf 0.8.12 X-Git-Tag: 2.33.3~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4690d85607da879e50746db64ea99a273823c25e;p=platform%2Fupstream%2Fglib.git configure: Require libelf 0.8.12 Older versions don't have the required API. (Commit message written by Colin Walters ) https://bugzilla.gnome.org/show_bug.cgi?id=673253 --- diff --git a/configure.ac b/configure.ac index 01d532f..dfecda0 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]) AS_IF([ test $have_libelf = maybe], [ glib_save_LIBS=$LIBS