From a7baf679e6e6c3d67582e2f70b4717522721adff Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Sun, 19 Mar 2006 15:37:42 +0000 Subject: [PATCH] Let FreeBSD use editline by default --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 82c3b78e86..c055181499 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;