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

Totally misc.

This commit is contained in:
robocop 2007-04-04 07:30:15 +00:00
parent 65e3a78b69
commit dea14686bb

View File

@ -315,7 +315,7 @@ AC_ARG_WITH(system-editline,
*) AC_MSG_ERROR(bad value '${withval}' for --with-system-editline);;
esac])
# not need editline in default libs, but need to test for it's ptresence
# not need editline in default libs, but need to test for its presence
saveLIBS=$LIBS
if test "$STD_EDITLINE" = "true"; then
AC_CHECK_LIB(editline, readline, EDITLINE_FLG=Y, STD_EDITLINE=false)