mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 14:47:32 +00:00
Add a comment about libabigail needing elfutils 0.159 at least.
* configure.ac: Add a comment saying that we require at least elfutils 0.159. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
0cb928083d
commit
5a80db04f4
@ -91,6 +91,9 @@ AC_LANG([C++])
|
|||||||
AC_LANG_COMPILER_REQUIRE
|
AC_LANG_COMPILER_REQUIRE
|
||||||
|
|
||||||
dnl Check for dependency: libelf, libdw, libebl (elfutils)
|
dnl Check for dependency: libelf, libdw, libebl (elfutils)
|
||||||
|
dnl Note that we need to use at least elfutils 0.159 but
|
||||||
|
dnl at that time elfutils didnt have pkgconfig capabilities
|
||||||
|
dnl to easily query for its version.
|
||||||
ELF_LIBS=
|
ELF_LIBS=
|
||||||
AC_CHECK_LIB([elf], [elf_end], [ELF_LIBS="-lelf"])
|
AC_CHECK_LIB([elf], [elf_end], [ELF_LIBS="-lelf"])
|
||||||
AC_CHECK_HEADER([libelf.h],
|
AC_CHECK_HEADER([libelf.h],
|
||||||
|
Loading…
Reference in New Issue
Block a user