We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b95f9d commit 6595f53Copy full SHA for 6595f53
src/configure.ac
@@ -80,7 +80,7 @@ AM_PROG_CC_C_O
80
# Checks for libraries.
81
AC_CHECK_LIB([termcap], [tputs])
82
AC_CHECK_LIB([ncurses], [tputs])
83
-AC_CHECK_LIB([readline], [readline])
+AC_CHECK_LIB([readline], [readline], [have_readline=yes])
84
AH_TEMPLATE([HAVE_LIBELF],
85
[Define if ELF support is enabled via libelf])
86
AC_CHECK_LIB([elf], [elf_getshdrstrndx], [have_libelf=yes])
0 commit comments