diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-12-05 14:52:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 14:52:28 (GMT) |
commit | e7e1116a781434763c309b55a31204a98237f7b4 (patch) | |
tree | b74340d38f7ab6ed1e50a7bf32bf65d7a5e6aad8 /configure | |
parent | 8cdfee1bb902fd1e38d79170b751ef13a0907262 (diff) | |
download | cpython-e7e1116a781434763c309b55a31204a98237f7b4.zip cpython-e7e1116a781434763c309b55a31204a98237f7b4.tar.gz cpython-e7e1116a781434763c309b55a31204a98237f7b4.tar.bz2 |
gh-105323: Remove `WITH_APPLE_EDITLINE` to use the same declaration for all editline (gh-112513)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -23971,7 +23971,6 @@ fi - # Check whether --with-readline was given. if test ${with_readline+y} then : @@ -23994,22 +23993,6 @@ else $as_nop fi -# gh-105323: Need to handle the macOS editline as an alias of readline. -case $ac_sys_system/$ac_sys_release in #( - Darwin/*) : - ac_fn_c_check_type "$LINENO" "Function" "ac_cv_type_Function" "#include <readline/readline.h> -" -if test "x$ac_cv_type_Function" = xyes -then : - printf "%s\n" "#define WITH_APPLE_EDITLINE 1" >>confdefs.h - -fi - ;; #( - *) : - - ;; -esac - if test "x$with_readline" = xreadline then : |