Skip to content

Commit

Permalink
Address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 29, 2023
1 parent 19fbfa8 commit da9156f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.

This file was deleted.

16 changes: 7 additions & 9 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5830,14 +5830,9 @@ AC_ARG_WITH(
)

AS_VAR_IF([with_readline], [default], [
case $ac_sys_system/$ac_sys_release in
Darwin/*) AC_DEFINE([WITH_EDITLINE], [1])
with_readline=readline
;;
*)
with_readline=readline
;;
esac
AS_CASE([$ac_sys_system/$ac_sys_release],
[Darwin/*], [AC_DEFINE([WITH_EDITLINE], [1]) with_readline=readline],
[with_readline=readline])
])

AS_VAR_IF([with_readline], [readline], [
Expand Down

0 comments on commit da9156f

Please sign in to comment.