8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fixed #7394: autoconf 2.72 support

This commit is contained in:
AlexPeshkoff 2022-11-23 20:30:03 +03:00 committed by Adriano dos Santos Fernandes
parent 0553f2a260
commit 00f769b09c

View File

@ -661,8 +661,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()