8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 08:00:39 +01:00

Let FreeBSD use editline by default

This commit is contained in:
alexpeshkoff 2006-03-19 15:37:42 +00:00
parent 6b6876f6d0
commit a7baf679e6

View File

@ -56,7 +56,7 @@ case "$target" in
AC_DEFINE(FREEBSD, 1, [Define this if OS is FreeBSD])
AC_DEFINE(AMD64, 1, [Define this if CPU is amd64])
LOCK_MANAGER_FLG=Y
EDITLINE_FLG=N
EDITLINE_FLG=Y
SHRLIB_EXT=so
;;
@ -65,7 +65,7 @@ case "$target" in
PLATFORM=FREEBSD
AC_DEFINE(FREEBSD, 1, [Define this if OS is FreeBSD])
LOCK_MANAGER_FLG=Y
EDITLINE_FLG=N
EDITLINE_FLG=Y
SHRLIB_EXT=so
;;