From e4eb0de3956bbb9bcc7edd2cf854d9d1ee3d14b0 Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Sun, 4 Oct 2020 22:55:11 +0300
Subject: bash: make readline optional

---
 extra/bash/build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extra/bash/build b/extra/bash/build
index 0c9decf1..b80882d9 100755
--- a/extra/bash/build
+++ b/extra/bash/build
@@ -7,7 +7,6 @@ done
 ./configure \
     --prefix=/usr \
     --without-bash-malloc \
-    --without-installed-readline \
     --disable-nls
 
 export MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS"
-- 
cgit v1.2.3