mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fixed #7394: autoconf 2.72 support
This commit is contained in:
parent
5d8860cd5e
commit
3fe8f6510d
@ -696,8 +696,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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user