CONFIGURE: Don't detect Apple's libedit as readline

This commit is contained in:
sluicebox 2021-08-06 17:14:53 -05:00 committed by Eugene Sandulenko
parent 86f3931b0a
commit 3516f0587e

1
configure vendored
View File

@ -5037,6 +5037,7 @@ if test "$_text_console" = yes ; then
#include <readline/history.h>
int main(void) {
rl_hook_func_t f; // not present in apple's libedit
char *x = readline("");
}
EOF