From ceddc6704a24e2db6e692eaa28d7cee25639e445 Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Thu, 13 Jun 2024 17:46:44 +0300 Subject: [PATCH] Next attempt to fix CI --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 85dedcc875..c0bb8df087 100644 --- a/configure.ac +++ b/configure.ac @@ -611,8 +611,9 @@ if test "$STD_EDITLINE" = "true"; then AC_CHECK_LIB(readline, readline, [READLINE=readline EDITLINE_FLG=Y], [STD_EDITLINE=false if test "$EDITLINE_FLG" = "Y"; then - AC_MSG_WARN([[[--with-system-editline specified, not found. Using bundled editline]]])]))) + AC_MSG_WARN([[[--with-system-editline specified, not found. Using bundled editline]]]) fi + ]))) fi XE_RESTORE_ENV()