bash: force disabling readline support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-07 06:13:22 +02:00
parent 2bc653ee32
commit a30ceb5ebe

View File

@ -31,6 +31,7 @@ bash_cv_job_control_missing=present \
--with-gnu-ld \ --with-gnu-ld \
--enable-job-control \ --enable-job-control \
--without-bash-malloc \ --without-bash-malloc \
--disable-readline \
--without-installed-readline \ --without-installed-readline \
--disable-nls \ --disable-nls \
--disable-rpath \ --disable-rpath \