mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-19 05:39:17 +02:00
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
This commit is contained in:
parent
e4a8f12e77
commit
4690d85607
@ -1816,7 +1816,7 @@ dnl ************************
|
|||||||
dnl *** check for libelf ***
|
dnl *** check for libelf ***
|
||||||
dnl ************************
|
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], [
|
AS_IF([ test $have_libelf = maybe], [
|
||||||
glib_save_LIBS=$LIBS
|
glib_save_LIBS=$LIBS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user