Skip to content

Commit

Permalink
Merge pull request #1297 from mcuee/revert_pr1280
Browse files Browse the repository at this point in the history
Revert PR #1280
  • Loading branch information
mcuee authored Jan 31, 2023
2 parents 5ec72e2 + b00a768 commit dd7b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ AC_CHECK_LIB([ws2_32], [WSAStartup])

AC_CHECK_LIB([termcap], [tputs])
AC_CHECK_LIB([ncurses], [tputs])
AC_CHECK_LIB([readline], [readline], [have_readline=yes])
AC_CHECK_LIB([readline], [readline])
AH_TEMPLATE([HAVE_LIBELF],
[Define if ELF support is enabled via libelf])
AC_CHECK_LIB([elf], [elf_getshdrstrndx], [have_libelf=yes])
Expand Down

0 comments on commit dd7b359

Please sign in to comment.