Update configure.ac to reflect HAVE_READLINE statue
This commit is contained in:
parent
6b95f9d181
commit
6595f53425
|
@ -80,7 +80,7 @@ AM_PROG_CC_C_O
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AC_CHECK_LIB([termcap], [tputs])
|
AC_CHECK_LIB([termcap], [tputs])
|
||||||
AC_CHECK_LIB([ncurses], [tputs])
|
AC_CHECK_LIB([ncurses], [tputs])
|
||||||
AC_CHECK_LIB([readline], [readline])
|
AC_CHECK_LIB([readline], [readline], [have_readline=yes])
|
||||||
AH_TEMPLATE([HAVE_LIBELF],
|
AH_TEMPLATE([HAVE_LIBELF],
|
||||||
[Define if ELF support is enabled via libelf])
|
[Define if ELF support is enabled via libelf])
|
||||||
AC_CHECK_LIB([elf], [elf_getshdrstrndx], [have_libelf=yes])
|
AC_CHECK_LIB([elf], [elf_getshdrstrndx], [have_libelf=yes])
|
||||||
|
|
Loading…
Reference in New Issue