mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Next attempt to fix CI
This commit is contained in:
parent
db0616fd6f
commit
ceddc6704a
@ -611,8 +611,9 @@ if test "$STD_EDITLINE" = "true"; then
|
|||||||
AC_CHECK_LIB(readline, readline, [READLINE=readline EDITLINE_FLG=Y],
|
AC_CHECK_LIB(readline, readline, [READLINE=readline EDITLINE_FLG=Y],
|
||||||
[STD_EDITLINE=false
|
[STD_EDITLINE=false
|
||||||
if test "$EDITLINE_FLG" = "Y"; then
|
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
|
||||||
|
])))
|
||||||
fi
|
fi
|
||||||
XE_RESTORE_ENV()
|
XE_RESTORE_ENV()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user